“there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause”,MSSQL一個表中有兩個以上的日期時間字段使用了getdate()取默認值,去掉即可。
“BLOB/TEXT column '表名' can't have a default value”,此字段不允許使用默認值,去掉即可。
“The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs”,此表字段占用空間太大,適當減少其字段數(shù)量或長度。