select column_name,column_default,is_nullable,data_type,column_type,column_key,column_comment from information_schema.columns where table_schema='01factory' and table_name='carousel_map' order by ordinal_position asc