pears.BroadbeanLocation

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
BroadbeanLocationID char(20) NOT NULL
Level1 char(100) NOT NULL
Level2 char(100) NOT NULL
Level3 char(100) NULL
  • BroadbeanLocationID
  • No outgoing foreign keys found.
  • No incoming foreign keys found.
  • No indexes found.
  • No triggers found.
-- IQX database structure split by table
-- Source: IQXDatabaseStructure - with comments.sql
-- Table: "pears"."BroadbeanLocation"
-- Table comment: Old non-Hybrid tables. Contents not to be touched. 
-- Statement count: 2
 
CREATE TABLE "pears"."BroadbeanLocation" (
    "BroadbeanLocationID"            CHAR(20) NOT NULL
   ,"Level1"                         CHAR(100) NOT NULL
   ,"Level2"                         CHAR(100) NOT NULL
   ,"Level3"                         CHAR(100) NULL
   ,PRIMARY KEY ("BroadbeanLocationID" ASC) 
)
GO
 
 
COMMENT ON TABLE "pears"."BroadbeanLocation" IS 
	'Old non-Hybrid tables. Contents not to be touched. '
GO
  • database/tables/pears_broadbeanlocation.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1