Questions tagged «twilio»

7
列的数据被截断了吗?
在更改MySql列的数据类型以存储Twilio调用ID(34个字符字符串)之后,我尝试使用以下命令手动更改该列中的数据: update calls set incoming_Cid='CA9321a83241035b4c3d3e7a4f7aa6970d' where id='1'; 但是,我看到一个错误,因为正确修改了列的数据类型,所以没有意义吗? | Level ||| Code | Message | Warning | 1265 | Data truncated for column 'incoming_Cid' at row 1
90 mysql  warnings  twilio 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.