No talk , just do it.
Results
1
issues of
No talk , just do it.
```ts @Index('SECRET_KEY') @Column({ type: DataType.STRING, field: 'secret_key', comment: 'secret key' }) secretKey: string ``` SequelizeDatabaseError: Key column 'secretKey' doesn't exist in table How I setting index to real column 'secret_key',...