Show pageOld revisionsBacklinksExport to PDFFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== pears.criterionSQLFragment ====== <WRAP center round info> Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. </WRAP> ===== Description ===== Stores sql of requirements so it can be used in jobs ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **searchlocation** | char(3) | NOT NULL | | Type of parent record which has id as its pk | | **id** | char(20) | NOT NULL | | ID of parent record | | SQLFragment | long varchar | NULL | | | ===== Primary Key ===== * searchlocation, id ===== Foreign Keys ===== * No outgoing foreign keys found. ===== Referenced By ===== * No incoming foreign keys found. ===== Indexes ===== * No indexes found. ===== Triggers ===== * No triggers found. ===== Original SQL ===== <code sql> -- IQX database structure split by table -- Source: IQXDatabaseStructure - with comments.sql -- Table: "pears"."criterionSQLFragment" -- Table comment: Stores sql of requirements so it can be used in jobs -- Statement count: 4 CREATE TABLE "pears"."criterionSQLFragment" ( "searchlocation" char(3) NOT NULL ,"id" char(20) NOT NULL ,"SQLFragment" long varchar NULL ,PRIMARY KEY ("searchlocation" ASC,"id" ASC) ) go COMMENT ON COLUMN "pears"."criterionSQLFragment"."searchlocation" IS 'Type of parent record which has id as its pk' go COMMENT ON COLUMN "pears"."criterionSQLFragment"."id" IS 'ID of parent record' go COMMENT ON TABLE "pears"."criterionSQLFragment" IS 'Stores sql of requirements so it can be used in jobs' go </code> database/tables/pears_criterionsqlfragment.txt Last modified: 2026/08/07 19:24by 127.0.0.1