From: Todd O. <to...@da...> - 2001-04-25 01:38:48
|
As I posted to the website tonight I just thought about something we need decide. How will user level module options be stored? I'm thinking of a module level table as follows (assuming calendar module): table: calendar_user_options user_id REFERENCES users.user_id (foreign key to core users table) option INTEGER or TEXT (as decided by the module designer) --Todd |