第三方账号快速登录
mysql的current_timestamp小坑 报错 Incorrecttabledefinition;therecanbeonlyoneTIMESTAMPcolumnwithCURRENT_TIMESTAMPinDEFAULTorONUPDATEclause 网上的答案基本如下,但是就是没有具体解决 方案原因是当你给一个timestamp设置为onupdatecurrent_timestamp的时候
修改列的数据类型的方法alter table 表名 modify column 列名 新的列的类型举例:student表中列stu_name的类型是char(20),现在要修改为varchar(20),SQL语句如下:alter table student modify column stu_name