3 lines
87 B
MySQL
3 lines
87 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE medias DROP COLUMN owner_id;
|