moved and restructured files

This commit is contained in:
2022-01-02 14:09:23 -06:00
parent cbc38e84a5
commit b4073fd4c5
3 changed files with 31 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
CREATE IF NOT EXISTS schedule_book (
entry_id INTEGER AUTOINCREMENT PRIMARY KEY,
date_of_entry DATE DEFAULT (SELECT DATE('now')),
start_of_day TIME DEFAULT (SELECT TIME('now', 'localtime')),