--
-- This script is generated automatically and should not be modified
-- Changes should only be made through DbDesigner
--
-- End of generated script
DROP TABLE
CASCADE;
CREATE TABLE
(
,
);
ALTER TABLE
ADD CONSTRAINT
_PK PRIMARY KEY (
);
CREATE INDEX
ON
(
);
CREATE UNIQUE INDEX
ON
(
);
index type not supported yet
commit;
ALTER TABLE
ADD CONSTRAINT
FOREIGN KEY (
) REFERENCES
(
)
ON DELETE CASCADE
;
comment on column
.
is '
';
comment on table
is '
';
SERIAL
DEFAULT
NULL
NOT NULL
,
,
,
;
'