github.com/RevenueMonster/sqlike@v1.0.6/examples/index.yml (about) 1 indexes: 2 3 - table: NormalStruct 4 columns: 5 - name: SID 6 direction: asc 7 - name: Emoji 8 direction: asc 9 - name: Bool 10 direction: desc 11 comment: "For filter purpose" 12 13 - table: NormalStruct 14 name: test_idx 15 columns: 16 - name: TinyUint 17 - name: BigInt 18 19 - table: NormalStruct 20 columns: 21 - name: TinyInt 22 - name: SmallInt 23 24 # Composite primary key 25 - table: GeneratedStruct 26 type: primary 27 columns: 28 - name: NestedID 29 - name: id 30 31 32