Add budget
This commit is contained in:
5
postgres/budgets.sql
Normal file
5
postgres/budgets.sql
Normal file
@ -0,0 +1,5 @@
|
||||
CREATE TABLE budgets (
|
||||
id char(26),
|
||||
name text,
|
||||
last_modification timestamp with time zone
|
||||
);
|
Reference in New Issue
Block a user