orbeon-bluedb-integration/integration-module/src/main/resources/sql/create.sql

7 lines
184 B
SQL

CREATE TABLE submitted_forms
(
id serial NOT NULL,
form_id NUMERIC NOT NULL,
send_date timestamp without time zone NOT NULL,
attachments_moved boolean NOT NULL DEFAULT FALSE
);