This commit is contained in:
vipg
2025-11-26 16:07:31 +08:00
parent 7f49c0cdc0
commit 37a6ec63ba
2 changed files with 4 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ BEGIN
id UUID DEFAULT gen_random_uuid() PRIMARY KEY,
variety_id UUID NOT NULL,
exchange_id VARCHAR(50) NOT NULL,
exchange_name VARCHAR(50) NOT NULL,
deleted BOOLEAN NOT NULL DEFAULT FALSE,
created_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP