Project

General

Profile

« Previous | Next » 

Revision 10709

schemas/vegbien.sql: source: datecreated, datelastmodified: default to now() like in VegBank (schemas/VegBank/vegbank.sql)

View differences:

schemas/vegbien.sql
2235 2235
    pubdate date,
2236 2236
    accessdate date,
2237 2237
    conferencedate date,
2238
    datecreated date,
2238
    datecreated date DEFAULT now() NOT NULL,
2239 2239
    createdby text,
2240
    datelastmodified date,
2240
    datelastmodified date DEFAULT now() NOT NULL,
2241 2241
    lastmodifiedby text,
2242 2242
    revision text
2243 2243
);

Also available in: Unified diff