1
0
Fork 0

Explain the purpose of the cancellation table

This commit is contained in:
gg 2023-08-07 00:46:28 -07:00
parent fbc3c225bc
commit 581a7445e0
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
-- The purpose of this table is to record rows from the schedule table that I have to edit or delete
-- usually due to an unforseen schedule change.
CREATE TABLE cancellation (
id INTEGER PRIMARY KEY AUTOINCREMENT,
caster_id INTEGER,