-- -- A temporary table for holding binary documents that are to be converted -- into HTML (or plain text) prior to insertion into the repository. -- CREATE TABLE cr_doc_filter ( revision_id integer PRIMARY KEY NOT NULL, content integer ); -- Table size: 0 bytes -- Table rows: 0