Adding a new value to an existing ENUM Type

前端 未结 18 1320
春和景丽
春和景丽 2020-12-04 04:52

I have a table column that uses an enum type. I wish to update that enum type to have an additional possible value. I don\'t want to delete any exi

18条回答
  •  误落风尘
    2020-12-04 05:20

    When using Navicat you can go to types (under view -> others -> types) - get the design view of the type - and click the "add label" button.

提交回复
热议问题