SELECT ordinal_position, column_name, data_type, column_type, is_nullable, column_key FROM information_schema.columns WHERE table_schema = 'trading_xuntou' AND table_name = 'cn_stock_kline_1d_front' ORDER BY ordinal_position;