pears.SMSWorksConfig

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

Column Type Null Default Comment
SMSWorksConfigID bigint NOT NULL autoincrement
Token long varchar NULL
ResponseURL long varchar NULL
DivisionID char(20) NULL
UName char(255) NULL
PWord long varchar NULL
  • SMSWorksConfigID
  • 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"."SMSWorksConfig"
-- Table comment: 
-- Statement count: 1
 
CREATE TABLE "pears"."SMSWorksConfig" (
    "SMSWorksConfigID"               BIGINT NOT NULL DEFAULT autoincrement
   ,"Token"                          long VARCHAR NULL
   ,"ResponseURL"                    long VARCHAR NULL
   ,"DivisionID"                     CHAR(20) NULL
   ,"UName"                          CHAR(255) NULL
   ,"PWord"                          long VARCHAR NULL
   ,PRIMARY KEY ("SMSWorksConfigID" ASC) 
)
GO
  • database/tables/pears_smsworksconfig.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1