Add userbudget
This commit is contained in:
4
postgres/user_budgets.sql
Normal file
4
postgres/user_budgets.sql
Normal file
@ -0,0 +1,4 @@
|
||||
CREATE TABLE user_budgets (
|
||||
user_id char(26),
|
||||
budget_id char(26)
|
||||
);
|
Reference in New Issue
Block a user