-- -- A temporary table for holding text extracted from the content blob. -- Provides a workaround for the fact that blob_to_string(content) has -- 4000 character limit. -- CREATE TABLE cr_content_text ( revision_id integer PRIMARY KEY NOT NULL, content integer ); -- Table size: 0 bytes -- Table rows: 0