Ignore:
Timestamp:
06/22/10 15:23:02 (3 years ago)
Author:
shibuya246
Message:

[Branch 1.4] change post_title column from navchar to text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/install/install_tables.php

    r1968 r2000  
    300300                        `post_category` int(20) NOT NULL DEFAULT 1, 
    301301                        `post_tags` text NULL, 
    302                         `post_title` varchar(255) NULL,  
     302                        `post_title` text NULL, 
    303303                        `post_orig_url` varchar(255) NULL,  
    304304                        `post_domain` varchar(255) NULL,  
Note: See TracChangeset for help on using the changeset viewer.