摘要:
报错信息: Cryptograph yDeprecation Warning: Python3.6 is no longersupported by the Python core team Therefore support for it is deprecated in cryptography 阅读全文
摘要:
一、操作表的SQL语句补充 '1.修改表名' alter table 旧表名 rename 新表名; alter table t1 rename t2; ' 2.新增字段' alter table t1 add 字段名 字段类型(数字) 约束条件; alter table t1 add name v 阅读全文