setup/postgres/psql_create_tables.sql

changeset 241
1ca4f27cefe8
parent 239
9365c7fb0240
child 242
b7f3e972b13c
equal deleted inserted replaced
240:7303812a4424 241:1ca4f27cefe8
122 component text, 122 component text,
123 status issue_status not null, 123 status issue_status not null,
124 category issue_category not null, 124 category issue_category not null,
125 subject text not null, 125 subject text not null,
126 description text, 126 description text,
127 assignee_username text,
128 assignee text, 127 assignee text,
129 eta date, 128 eta date,
130 affected text, 129 affected text,
131 resolved text 130 resolved text
132 ); 131 );

mercurial