Referencing column 'x' and referenced column 'x' in foreign key constraint 'x' are incompatible.解决方案
摘要:
Referencing column 'x' and referenced column 'x' in foreign key constraint 'x' are incompatible.解决方案 第一步检查数据类型 参考https://www.cnblogs.com/jardeng/p/128 阅读全文
摘要:
- 认识字符串- 下标- 切片- 常用操作方法 阅读全文
摘要:
- 了解循环
- while语法【重点】
- while应用
- break和continue
- while循环嵌套【重点】
- while循环嵌套应用【难点】
- for循环 阅读全文
摘要:
- 条件语句作用
- if语法
- if...else...
- 多重判断
- if嵌套 阅读全文