2 lines
94 B
MySQL
2 lines
94 B
MySQL
|
ALTER TABLE public.checked_headers
|
||
|
ADD COLUMN tend_checked BOOLEAN NOT NULL DEFAULT FALSE;
|