Add userbudget

This commit is contained in:
2016-12-20 21:17:11 +01:00
parent 07d5816251
commit 57a69c448d
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,4 @@
CREATE TABLE user_budgets (
user_id char(26),
budget_id char(26)
);