Changeset 389 for buddyloo/update.sql
- Timestamp:
- 04/05/08 12:29:38 (5 years ago)
- Files:
-
- 1 modified
-
buddyloo/update.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buddyloo/update.sql
r376 r389 4 4 socialID int(10) unsigned NOT NULL auto_increment, 5 5 socialTitle varchar(80) NOT NULL, 6 socialAccess tinyint(1) NOT NULL DEFAULT 0, 6 7 PRIMARY KEY (socialID) 7 8 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
