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.BroadbeanLocation ====== <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 ===== Old non-Hybrid tables. Contents not to be touched. ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **BroadbeanLocationID** | char(20) | NOT NULL | | | | Level1 | char(100) | NOT NULL | | | | Level2 | char(100) | NOT NULL | | | | Level3 | char(100) | NULL | | | ===== Primary Key ===== * BroadbeanLocationID ===== 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"."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 </code> database/tables/pears_broadbeanlocation.txt Last modified: 2026/08/07 19:24by 127.0.0.1