MCPcopy
hub / github.com/sequelize/sequelize-auto / IndexField

Interface IndexField

src/types.ts:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface IndexField {
21 /** field name */
22 attribute: string;
23 collate: string;
24 length: string;
25 order: string;
26}
27
28export interface IndexSpec {
29 /** name of index */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected