To drop a column of a table, you use the DROP COLUMN clause in the ALTER TABLE statement as follows:
ALTER TABLE res_partner rs
DROP COLUMN rs.miss_schedule;
ERROR: syntax error at or near "rs" LINE 1: ALTER TABLE res_partner rs
To drop a column of a table, you use the DROP COLUMN clause in the ALTER TABLE statement as follows:
ALTER TABLE res_partner rs
DROP COLUMN rs.miss_schedule;
ERROR: syntax error at or near "rs" LINE 1: ALTER TABLE res_partner rs