This commit is contained in:
@@ -25,6 +25,7 @@ CREATE TABLE IF NOT EXISTS violations (
|
||||
prior_tier_label TEXT, -- optional human-readable tier
|
||||
acknowledged_by TEXT, -- employee name who acknowledged receipt
|
||||
acknowledged_date TEXT, -- date of acknowledgment (YYYY-MM-DD)
|
||||
amount TEXT, -- dollar amount in question for financial violations (record-keeping / repayment)
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user