I just found this thread. This is an awesome feature I could see using a lot in the future. BR, Jason
On Mon, Jun 27, 2011 at 12:09 AM, Massimo Di Pierro < [email protected]> wrote: > correct > > On Jun 26, 4:05 pm, Chris S <[email protected]> wrote: > > So does that mean tables defined before: > > > db._common_fields=[Field('request_precinct',default=request.env.http_host,w > ritable=False,readable=False)] > > > > Don't get populated with the common field? > > If so that's great, lets you define which tables get fields, or even > > have several levels of "common fields". > > > > On Jun 26, 3:44 pm, villas <[email protected]> wrote: > > > > > > > > > > > > > > > > > The tables defined with a request_tenant field have the multi-tenant > > > feature. > > > If you want a 'global' table, then define it before you start using > the > > > request_tenant field. >

