This commit is contained in:
vipg
2025-12-22 17:21:49 +08:00
parent 13ead6efd3
commit 8f3eda131c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ BEGIN
) THEN
CREATE TABLE cn_futures_trading_records (
id UUID DEFAULT gen_random_uuid() PRIMARY KEY, -- id
event_type VARCHAR(40) NOT NULL, -- 事件名称
payload JSONB NOT NULL, -- 数据
deleted BOOLEAN NOT NULL DEFAULT FALSE, -- 删除状态
created_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP, -- 记录创建时间