Default Casted Type
Column defaults using ambiguous literals such as default ''
are converted to default ''::text
by postgres, which used to cause pgschema
to mark the column as changed. It's fixed now.
Column defaults using ambiguous literals such as default ''
are converted to default ''::text
by postgres, which used to cause pgschema
to mark the column as changed. It's fixed now.