# 需要创建索引的清单
# 基本格式为，使用一个空格隔开： schema table indx_name unqiue fields
# unqiue的取值是Y或N，Y表示创建唯一索引。
# fields表示索引列，可多个列用逗号隔开
#test t1 index_1 Y a,b,c