1 2 3 4 5 6 7 8 9 10 11
BEGIN; CREATE TABLE report_extra_fields ( id serial not null primary key, name text not null, cobrand text, language text, extra text ); COMMIT;