Displaying 1 result from an estimated 1 matches for "tbl_attributes".
Did you mean:
all_attributes
2006 Jun 11
4
[Question} how best to use attribute driven db with Rails
...).
--------
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 if the item is has explicit or relative
security (for security inheritance)...