You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> insert into michel_catalog(code) values('1140B');
ERROR 1406 (22001): Data too long for column 'code' at row 1
mysql> desc michel_catalog;
+-------+------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------+------------+------+-----+---------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| code | varchar(4) | NO | UNI | NULL | |
+-------+------------+------+-----+---------+----------------+
Similar to #671 but for Michel catalog. We need to support letters in catalog numbers. For example:
Mi#1140-43B Bl#63B
The text was updated successfully, but these errors were encountered: