@index("index_XX") @Column({ primary:true }) is not work. Result: There are two indexes, one is the primary key index and the other is the normal index. Expectations: Only primary key index
@index("index_XX")
@column({ primary:true })
is not work.
Result:
There are two indexes, one is the primary key index and the other is the normal index.
Expectations:
Only primary key index