2 lines
88 B
MySQL
2 lines
88 B
MySQL
|
ALTER TABLE post ADD COLUMN in_reply_to_id UUID REFERENCES post (id) ON DELETE CASCADE;
|