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.TimesheetCancelReason ====== <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 ===== Lookup of user defined reasons why Timesheet cancelled ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **TimesheetCancelReasonID** | char(20) | NOT NULL | | | | Name | char(100) | NOT NULL | | | | SortOrder | smallint | NULL | | | | Defunct | tinyint | NULL | 0 | | ===== Primary Key ===== * TimesheetCancelReasonID ===== Foreign Keys ===== * No outgoing foreign keys found. ===== Referenced By ===== ^ Table ^ Constraint ^ Columns ^ Referenced columns ^ | [[database:tables:pears_temptimesheet|pears.TempTimeSheet]] | TimesheetCancelReason | TimesheetCancelReasonID | TimesheetCancelReasonID | | [[database:tables:pears_temptimesheetcancellation|pears.TempTimeSheetCancellation]] | TimesheetCancelReason | TimesheetCancelReasonID | TimesheetCancelReasonID | ===== 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"."TimesheetCancelReason" -- Table comment: Lookup of user defined reasons why Timesheet cancelled -- Statement count: 2 CREATE TABLE "pears"."TimesheetCancelReason" ( "TimesheetCancelReasonID" char(20) NOT NULL ,"Name" char(100) NOT NULL ,"SortOrder" smallint NULL ,"Defunct" tinyint NULL DEFAULT 0 ,PRIMARY KEY ("TimesheetCancelReasonID" ASC) ) go COMMENT ON TABLE "pears"."TimesheetCancelReason" IS 'Lookup of user defined reasons why Timesheet cancelled' go </code> database/tables/pears_timesheetcancelreason.txt Last modified: 2026/08/07 19:24by 127.0.0.1