3 lines
64 B
MySQL
3 lines
64 B
MySQL
|
ALTER TABLE posts
|
||
|
ADD COLUMN poll_id BIGINT NOT NULL DEFAULT 0;
|