tetratto/manual_migrations/posts_is_deleted.sql

2 lines
64 B
SQL

ALTER TABLE posts
ADD COLUMN is_deleted INT NOT NULL DEFAULT 0;