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
The following statements trigger a panic in Dolt because Type() is called on UnresolvedColumnDefault.
create table t (id varchar(128), c1 int not null default '-1', c2 timestamp not null default CURRENT_TIMESTAMP, c3 int not null default (id));
alter table t add primary key `prikey`(id);
The text was updated successfully, but these errors were encountered:
The following statements trigger a panic in Dolt because
Type()
is called onUnresolvedColumnDefault
.The text was updated successfully, but these errors were encountered: