sqlc: update schema for sqlc

r/paopao-ce-pro
Michael Li 2 years ago
parent f68537d76a
commit e539da6e3d
No known key found for this signature in database

@ -0,0 +1 @@
ALTER TABLE p_post DROP COLUMN share_count;

@ -0,0 +1 @@
ALTER TABLE p_post ADD COLUMN share_count BIGINT NOT NULL DEFAULT 0; -- 分享数
Loading…
Cancel
Save