Show
Ignore:
Timestamp:
09/27/08 17:23:06 (3 months ago)
Author:
mikeseth
Message:

correct discrepancies between field names

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • documentation/trunk/stages/stage2/mock-data.sql

    r2723 r2950  
    4444CREATE TABLE `posts` ( 
    4545  `id` int(11) NOT NULL auto_increment, 
    46   `title` varchar(256) collate utf8_unicode_ci NOT NULL, 
     46  `title` varchar(255) collate utf8_unicode_ci NOT NULL, 
    4747  `category_id` int(11) NOT NULL, 
    4848  `content` text collate utf8_unicode_ci NOT NULL,