Changeset 30 for trunk/demo/db/schema.sql
- Timestamp:
- 04/17/06 15:06:29 (3 years ago)
- Files:
-
- trunk/demo/db/schema.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demo/db/schema.sql
r5 r30 2 2 create table contents ( 3 3 id int not null auto_increment, 4 type varchar(255) not null, 4 5 title varchar(100) not null, 5 6 description text not null, 7 special varchar(255) not null, 6 8 primary key (id) 7 9 ) TYPE=InnoDB DEFAULT CHARSET=utf8;
