Skip to content
Jan Fenker edited this page Jul 6, 2024 · 3 revisions

insert ects_points column

ALTER TABLE your_table_name
ADD COLUMN ects_points INTEGER NOT NULL DEFAULT 0;
Clone this wiki locally