Does MySQL support user defined data types

前端 未结 2 618
一整个雨季
一整个雨季 2020-12-18 23:54

Is it possible to define (alias) a base data type in MySQL?

Currently I would like to define UUID as char(32), and then use UUID as the type throughout the schema de

2条回答
  •  余生分开走
    2020-12-19 00:23

    well ENUM does the work until certain expectation of your custom data types, but i'm too hoping to look forward to this topic

提交回复
热议问题