dolt
dolt copied to clipboard
temporary tables cannot be altered
tmp/main*> create temporary table tmp (i int);
tmp/main*> alter table tmp add column (j int);
table tmp cannot be altered