Is there any way to comment on the column from a specific schema table?
COMMENT ON SCHEMA <schema_name> ON TABLE <table_name> ON <column_name> IS 'this is a comment';
Is there any way to comment on the column from a specific schema table?
COMMENT ON SCHEMA <schema_name> ON TABLE <table_name> ON <column_name> IS 'this is a comment';