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.BroadbeanHybridLocation ====== <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 ===== Broadbean Locations - Standard Broadbean List ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **Value** | integer | NOT NULL | | | | Parent | integer | NULL | | | | Type | char(30) | NOT NULL | | | | Name | char(100) | NOT NULL | | | ===== Primary Key ===== * Value ===== Foreign Keys ===== * No outgoing foreign keys found. ===== Referenced By ===== * No incoming foreign keys found. ===== Indexes ===== ^ Name ^ Type ^ Columns ^ Detail ^ | BroadBeanParent | Index | Parent | | ===== Triggers ===== * No triggers found. ===== Original SQL ===== <code sql> -- IQX database structure split by table -- Source: IQXDatabaseStructure - with comments.sql -- Table: "pears"."BroadbeanHybridLocation" -- Table comment: Broadbean Locations - Standard Broadbean List -- Statement count: 3 CREATE TABLE "pears"."BroadbeanHybridLocation" ( "Value" integer NOT NULL ,"Parent" integer NULL ,"Type" char(30) NOT NULL ,"Name" char(100) NOT NULL ,PRIMARY KEY ("Value" ASC) ) go COMMENT ON TABLE "pears"."BroadbeanHybridLocation" IS 'Broadbean Locations - Standard Broadbean List ' go CREATE INDEX "BroadBeanParent" ON "pears"."BroadbeanHybridLocation" ( "Parent" ) go </code> database/tables/pears_broadbeanhybridlocation.txt Last modified: 2026/08/07 19:24by 127.0.0.1