Remove parentheses from ADD reporter_id

This commit is contained in:
avery
2022-07-30 22:09:45 -07:00
committed by GitHub
parent d64fa1680d
commit 0b9e97625e

View File

@@ -1 +1 @@
ALTER TABLE bug_reports ADD (reporter_id) INT NOT NULL DEFAULT 0;
ALTER TABLE bug_reports ADD reporter_id INT NOT NULL DEFAULT 0;