2 lines
65 B
MySQL
2 lines
65 B
MySQL
|
ALTER TABLE post ADD COLUMN updated_at TIMESTAMP WITH TIME ZONE;
|