5 lines
104 B
SQL
5 lines
104 B
SQL
CREATE TABLE budgets (
|
|
id char(26),
|
|
name text,
|
|
last_modification timestamp with time zone
|
|
); |