Attach a comment to a column.
PostgreSQL only. MySQL stores a column comment inside the column definition, so changing it means restating the column's full type and constraints — do that through changeColumn(), which has them.
changeColumn()
Attach a comment to a column.
PostgreSQL only. MySQL stores a column comment inside the column definition, so changing it means restating the column's full type and constraints — do that through
changeColumn(), which has them.