Project

General

Profile

« Previous | Next » 

Revision 1318

vegbien.sql: namedplace: Made rank required

View differences:

schemas/vegbien.my.sql
1139 1139
CREATE TABLE namedplace (
1140 1140
    namedplace_id int(11) NOT NULL,
1141 1141
    parent_id int(11),
1142
    rank text,
1142
    rank text NOT NULL,
1143 1143
    placename text NOT NULL,
1144 1144
    placecode text,
1145 1145
    placedescription text,
schemas/vegbien.sql
1360 1360
CREATE TABLE namedplace (
1361 1361
    namedplace_id integer NOT NULL,
1362 1362
    parent_id integer,
1363
    rank placerank,
1363
    rank placerank NOT NULL,
1364 1364
    placename text NOT NULL,
1365 1365
    placecode text,
1366 1366
    placedescription text,

Also available in: Unified diff