Files
ppanel-web/migrations/postgres/02115_ads.sql
T
Ember Moth 2744c70c5c Initial
2026-07-05 20:27:58 +08:00

6 lines
114 B
SQL

-- migrate:up
ALTER TABLE "ads" ADD COLUMN IF NOT EXISTS "description" VARCHAR(255) DEFAULT '';
-- migrate:down