mirror of
https://github.com/Solo-Web-Works/BillTrak.git
synced 2026-01-29 06:20:34 +00:00
✨feature: Add comment column for bills
This commit is contained in:
Binary file not shown.
@@ -9,7 +9,8 @@ class DB {
|
||||
billName TEXT NOT NULL,
|
||||
amount REAL NOT NULL,
|
||||
paymentId TEXT,
|
||||
year INTEGER NOT NULL
|
||||
year INTEGER NOT NULL,
|
||||
comment TEXT
|
||||
)");
|
||||
|
||||
return $db;
|
||||
|
||||
Reference in New Issue
Block a user