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> create table t (id bigint unsigned primary key auto_increment not null, i int);
Query OK, 0 rows affected (0.01 sec)
mysql>insert into t (i) values (1), (2), (3);
ERROR 1105 (HY000): Field 'id' doesn't have a default value
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: