4 lines
89 B
MySQL
4 lines
89 B
MySQL
|
ALTER TABLE public_abuse_report
|
||
|
ADD COLUMN details JSONB,
|
||
|
DROP COLUMN u_comment;
|