X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/52fd7eff6b7c5bc47fc33313154f1632d8ccf3a1..6a39e557f114b8cbcc1ab775138fa340e56c322f:/tools/word.pg.sql diff --git a/tools/word.pg.sql b/tools/word.pg.sql index a142ebc..821814d 100644 --- a/tools/word.pg.sql +++ b/tools/word.pg.sql @@ -8,9 +8,9 @@ CREATE TABLE login ( ); CREATE TABLE word ( - form text NOT NULL, + form text, alt text[], - lang text NOT NULL DEFAULT 'en', + lang text DEFAULT 'en', cat integer REFERENCES word (id), ref integer REFERENCES word (id), prio smallint DEFAULT '1'