| 11 | } |
| 12 | |
| 13 | export interface Field extends ColumnDescription { |
| 14 | foreignKey: any; |
| 15 | special: any[]; |
| 16 | elementType: string; |
| 17 | unique: boolean; |
| 18 | } |
| 19 | |
| 20 | export interface IndexField { |
| 21 | /** field name */ |
nothing calls this directly
no outgoing calls
no test coverage detected