feat: support balance pay
This commit is contained in:
11
backend/database/migrations/20250512113213_alter_user.sql
Normal file
11
backend/database/migrations/20250512113213_alter_user.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE public.users
|
||||
ADD balance int8 DEFAULT 0 NOT NULL;
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE public.users
|
||||
DROP COLUMN balance;
|
||||
-- +goose StatementEnd
|
||||
Reference in New Issue
Block a user