摘要: 使用MySQL执行update的时候报错:Error Code: 1175. You are using safe update mode and you tried to update a table with... 阅读全文
posted @ 2018-06-26 14:19 两粒 阅读(350) 评论(0) 推荐(0)
摘要: 选择链接选择需要生成的表 阅读全文
posted @ 2018-06-26 10:13 两粒 阅读(345) 评论(0) 推荐(0)
摘要: PK - Belongs to primary key 作为主键NN - Not Null 非空UQ - Unique index 不能重复BIN - Is binary column 存放二进制数据的列UN - Unsigned data type 无符号数据类型(... 阅读全文
posted @ 2018-06-26 10:05 两粒 阅读(240) 评论(0) 推荐(0)