SQL: Unique index for two columns where value of one is NOT DEFAULT

后端 未结 0 1500
天涯浪人
天涯浪人 2021-02-01 05:02

I have the following table structure:

CREATE TABLE `users` (
  `id` varchar(36) NOT NULL,
  `group_id` varchar(36) NOT NULL,
  `group_owner` tinyint(1) NOT NULL D         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题