diff --git a/migrations/20250327145228_add_money.sql b/migrations/20250327145228_add_money.sql new file mode 100644 index 0000000..ba51a98 --- /dev/null +++ b/migrations/20250327145228_add_money.sql @@ -0,0 +1,2 @@ +-- Add migration script here +ALTER TABLE inventories ADD 'money' FLOAT DEFAULT 0; \ No newline at end of file