budgeteer/postgres/budgets.sql
2016-12-20 20:20:52 +01:00

5 lines
104 B
SQL

CREATE TABLE budgets (
id char(26),
name text,
last_modification timestamp with time zone
);