DataGrip界面直接写代码创建数据表 2:DataGrip界面中选择方式创建数据表 3:DataGrip和Docker中创建数据库 视频地址1:界面直接写代码2:界面中选择 https://www
DataGrip界面直接写代码创建数据表
2:DataGrip界面中选择方式创建数据表
3:DataGrip和Docker中创建数据库
视频地址1:界面直接写代码2:界面中选择
https://www.bilibili.com/video/BV1wv4y1Y7c5
视频地址2:docker中创建数据表
https://www.bilibili.com/video/BV1VT411S7j5
create table if not exists appuser ( id varchar(18) not null comment '身份证号码', idname varchar(30) not null comment '姓名', phonenum int not null comment '手机号', appname varchar(18) null comment '用户登录名', homephonenum varchar(20) null comment '家庭电话', sex int(1) default 1 not null comment '性别', school varchar(18) null comment '学校', specializing varchar(18) null comment '专业', degree varchar(18) null comment '学历', renamedcount int(1) default 1 not null comment '改名次数', apppassWord varchar(18) null comment '密码', age int(3) null comment '年龄', constraint appuser_pk primary key (id), constraint appuser_pk2 unique (phonenum, appname) ) comment '应用用户表' collate = utf8mb4_general_ci;
来源地址:https://blog.csdn.net/weixin_47021806/article/details/129235568
--结束END--
本文标题: DataGrip中创建数据表的方式
本文链接: https://lsjlt.com/news/390983.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0