install/schemas/postgresql_stage2.sql
changeset 929 2e981507dfae
parent 924 142a29b583f9
child 1081 745200a9cc2a
equal deleted inserted replaced
928:e2971f4a3123 929:2e981507dfae
    56 );
    56 );
    57 
    57 
    58 CREATE TABLE {{TABLE_PREFIX}}pages(
    58 CREATE TABLE {{TABLE_PREFIX}}pages(
    59   page_order int,
    59   page_order int,
    60   name varchar(255),
    60   name varchar(255),
    61   urlname varchar(255),
    61   urlname varchar(512),
    62   namespace varchar(16) NOT NULL DEFAULT 'Article',
    62   namespace varchar(16) NOT NULL DEFAULT 'Article',
    63   special smallint DEFAULT '0',
    63   special smallint DEFAULT '0',
    64   visible smallint DEFAULT '1',
    64   visible smallint DEFAULT '1',
    65   comments_on smallint DEFAULT '1',
    65   comments_on smallint DEFAULT '1',
    66   page_format varchar(16) NOT NULL DEFAULT 'wikitext',
    66   page_format varchar(16) NOT NULL DEFAULT 'wikitext',