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');
Log in to post a comment.