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