Changeset 2950 for documentation/trunk/stages/stage2/mock-data.sql
- Timestamp:
- 09/27/08 17:23:06 (3 months ago)
- Files:
-
- 1 modified
-
documentation/trunk/stages/stage2/mock-data.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentation/trunk/stages/stage2/mock-data.sql
r2723 r2950 44 44 CREATE TABLE `posts` ( 45 45 `id` int(11) NOT NULL auto_increment, 46 `title` varchar(25 6) collate utf8_unicode_ci NOT NULL,46 `title` varchar(255) collate utf8_unicode_ci NOT NULL, 47 47 `category_id` int(11) NOT NULL, 48 48 `content` text collate utf8_unicode_ci NOT NULL,

