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.TTBroadbeanBoardsToPostTo ====== <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 ===== Temporary table. Used to assemble Job Board list during posting of Vacancies to Broadbean ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **ID** | integer | NOT NULL | autoincrement | | | Instance | char(20) | NULL | | | | Code | char(100) | NULL | | | | Selected | smallint | NULL | | | | ChannelName | char(100) | NULL | | | | channelid | char(100) | NULL | | | | FreeToPost | smallint | NULL | | | | CostPerPost | char(100) | NULL | | | | ChannelSummary | char(100) | NULL | | | | QuotaInformation | char(100) | NULL | | | | cost | double | NULL | | | | currency | char(10) | NULL | | | | postedtime | timestamp | NULL | | | | removaltime | timestamp | NULL | | | | adverturl | char(100) | NULL | | | | slots | char(20) | NULL | | | | responses | integer | NULL | | | | views | integer | NULL | | | | returncode | integer | NULL | | | | returncodeclass | char(100) | NULL | | | | boardactive | tinyint | NULL | | | ===== Primary Key ===== * 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"."TTBroadbeanBoardsToPostTo" -- Table comment: Temporary table. Used to assemble Job Board list during posting of Vacancies to Broadbean -- Statement count: 2 CREATE GLOBAL TEMPORARY TABLE "pears"."TTBroadbeanBoardsToPostTo" ( "ID" integer NOT NULL DEFAULT autoincrement ,"Instance" char(20) NULL ,"Code" char(100) NULL ,"Selected" smallint NULL ,"ChannelName" char(100) NULL ,"channelid" char(100) NULL ,"FreeToPost" smallint NULL ,"CostPerPost" char(100) NULL ,"ChannelSummary" char(100) NULL ,"QuotaInformation" char(100) NULL ,"cost" double NULL ,"currency" char(10) NULL ,"postedtime" timestamp NULL ,"removaltime" timestamp NULL ,"adverturl" char(100) NULL ,"slots" char(20) NULL ,"responses" integer NULL ,"views" integer NULL ,"returncode" integer NULL ,"returncodeclass" char(100) NULL ,"boardactive" tinyint NULL ,PRIMARY KEY ("ID" ASC) ) ON COMMIT PRESERVE ROWS go COMMENT ON TABLE "pears"."TTBroadbeanBoardsToPostTo" IS 'Temporary table. Used to assemble Job Board list during posting of Vacancies to Broadbean' go </code> database/tables/pears_ttbroadbeanboardstopostto.txt Last modified: 2026/08/07 19:24by 127.0.0.1