CREATE TABLE xowiki_page_template ( page_template_id integer PRIMARY KEY NOT NULL, anon_instances bool DEFAULT false, CONSTRAINT xowiki_page_template_fk REFERENCES xowiki_page () ); -- Tables with foreign keys that refer to xowiki_page_template: --xowiki_form(xowiki_form_fk) -- Table size: 0 bytes -- Table rows: 0