3 lines
95 B
SQL
3 lines
95 B
SQL
ALTER TABLE posts
|
|
ADD COLUMN IF NOT EXISTS show_featured_image BOOLEAN NOT NULL DEFAULT false;
|