3 lines
84 B
MySQL
3 lines
84 B
MySQL
|
-- Your SQL goes here
|
||
|
ALTER TABLE posts ADD COLUMN source TEXT NOT NULL DEFAULT '';
|