database:tables:pears_tempaidcompany



pears.tempaidcompany

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

Next time sheet number for each TempAid payroll company.

Column Type Null Default Comment
companyid char(1) NOT NULL
nexttimesheet integer NULL
  • companyid
  • 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"."tempaidcompany"
-- Table comment: Next time sheet number for each TempAid payroll company.
-- Statement count: 2
 
CREATE TABLE "pears"."tempaidcompany" (
    "companyid"                      CHAR(1) NOT NULL
   ,"nexttimesheet"                  INTEGER NULL
   ,PRIMARY KEY ("companyid" ASC) 
)
GO
 
 
COMMENT ON TABLE "pears"."tempaidcompany" IS 
	'Next time sheet number for each TempAid payroll company.'
GO
  • database/tables/pears_tempaidcompany.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1