CREATE TABLE cr_revision_attributes (
revision_id integer PRIMARY KEY NOT NULL,
--
-- An XML document representing the compiled attributes for a revision
--
attributes text(-5),
ON DELETE CASCADE ON DELETE CASCADE,
CONSTRAINT cr_revision_attributes_fk REFERENCES cr_revisions (),
CONSTRAINT cr_revision_attributes_pk REFERENCES cr_revisions ()
);
CREATE TRIGGER RI_ConstraintTrigger_c_341414 AFTER INSERT FOR EACH ROW EXECUTE PROCEDURE RI_FKey_check_ins (disabled)
CREATE TRIGGER RI_ConstraintTrigger_c_341415 AFTER UPDATE FOR EACH ROW EXECUTE PROCEDURE RI_FKey_check_upd (disabled)
-- Table size: 0 bytes
-- Table rows: 0
Tables: