Changeset 1567
- Timestamp:
- 03/17/08 09:19:10 (5 months ago)
- Files:
-
- devel/lib/db/mysql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/lib/db/mysql.sql
r1096 r1567 497 497 CREATE TABLE `prefix_messages` ( 498 498 `ident` int(11) NOT NULL auto_increment, 499 `title` text NOT NULL default '',500 `body` text NOT NULL default '',499 `title` text NOT NULL, 500 `body` text NOT NULL, 501 501 `from_id` int(11) NOT NULL, 502 502 `to_id` int(11) NOT NULL,
