Module Sql.Alter_column_pgSource

Sourcetype t =
  1. | Set_type of Source_type.kind collated located
  2. | Set_not_null
  3. | Drop_not_null
  4. | Set_default
  5. | Drop_default