摘要: 问题描述 数据SQL create table users( user_id int primary key auto_increment, banned Enum('No', 'Yes'), `role` Enum('client','driver', 'partner') )charset=ut 阅读全文
posted @ 2022-01-25 10:54 UsingStuding 阅读(50) 评论(0) 推荐(0)
摘要: 问题描述 数据SQL CREATE TABLE `salary` ( `id` int NOT NULL AUTO_INCREMENT, `amount` int DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf 阅读全文
posted @ 2022-01-25 10:05 UsingStuding 阅读(406) 评论(0) 推荐(0)