feat: update
This commit is contained in:
@@ -5,7 +5,7 @@ CREATE TABLE IF NOT EXISTS tenant_users(
|
||||
tenant_id bigint NOT NULL,
|
||||
user_id bigint NOT NULL,
|
||||
role TEXT[] NOT NULL DEFAULT ARRAY['member'],
|
||||
balance numeric(20, 8) NOT NULL DEFAULT 0,
|
||||
balance bigint NOT NULL DEFAULT 0,
|
||||
status varchar(50) NOT NULL DEFAULT 'active',
|
||||
created_at timestamptz NOT NULL DEFAULT NOW(),
|
||||
updated_at timestamptz NOT NULL DEFAULT NOW(),
|
||||
|
||||
Reference in New Issue
Block a user