在mysql workbench 里 输入 create type GoodID_type from varchar(20),not null; 显示type is not valid at this position
create type GoodID_type from varchar(20),not null;
你这是什么语句。