search for: tbl_entities

Displaying 1 result from an estimated 1 matches for "tbl_entities".

2006 Jun 11
4
[Question} how best to use attribute driven db with Rails
...ally since this is my first endeavor and on an important project as well). -------- Db Schema: http://urbaninfluencedev.com/schema.html tbl_workspace is the core table. This is where the working objects are housed (projects, tasks, to-dos, contacts, invoices, notes, email, timesheets, ect). tbl_entities holds the base information for users, groups and such. the tbl_attributes is then the attributes associated to any given workspace or entity. There are 3 primary levels of security in that is database/data driven. * the item level active state (boolean - aka tinyint) * sec type - which defines i...