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