Menu

#131 Postgres Create table script for teamnotice plugin

open
nobody
None
5
2007-03-08
2007-03-08
No

The supplied create table comes only with a mysql script.

Here is the script for Postgres:

CREATE TABLE teamnotices ( teamnotice_id serial primary key,
notice_heading text,
notice_text text,
status char default 'a');

Discussion


Log in to post a comment.

MongoDB Logo MongoDB