mirror of
https://github.com/Solo-Web-Works/BillTrak.git
synced 2026-01-29 14: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,
|
billName TEXT NOT NULL,
|
||||||
amount REAL NOT NULL,
|
amount REAL NOT NULL,
|
||||||
paymentId TEXT,
|
paymentId TEXT,
|
||||||
year INTEGER NOT NULL
|
year INTEGER NOT NULL,
|
||||||
|
comment TEXT
|
||||||
)");
|
)");
|
||||||
|
|
||||||
return $db;
|
return $db;
|
||||||
|
|||||||
Reference in New Issue
Block a user