pears.BroadbeanJobBoard

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

Old non-Hybrid tables. Contents not to be touched.

Column Type Null Default Comment
BroadbeanJobBoardID char(20) NOT NULL
Name char(100) NOT NULL
Code char(100) NOT NULL
  • BroadbeanJobBoardID
  • No outgoing foreign keys found.
Table Constraint Columns Referenced columns
pears.BroadbeanJobBoardAllocation BroadbeanJobBoard BroadBeanJobBoardID BroadbeanJobBoardID
  • No indexes found.
  • No triggers found.
-- IQX database structure split by table
-- Source: IQXDatabaseStructure - with comments.sql
-- Table: "pears"."BroadbeanJobBoard"
-- Table comment: Old non-Hybrid tables. Contents not to be touched.
-- Statement count: 2
 
CREATE TABLE "pears"."BroadbeanJobBoard" (
    "BroadbeanJobBoardID"            CHAR(20) NOT NULL
   ,"Name"                           CHAR(100) NOT NULL
   ,"Code"                           CHAR(100) NOT NULL
   ,PRIMARY KEY ("BroadbeanJobBoardID" ASC) 
)
GO
 
 
COMMENT ON TABLE "pears"."BroadbeanJobBoard" IS 
	'Old non-Hybrid tables. Contents not to be touched.'
GO
  • database/tables/pears_broadbeanjobboard.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1