Type Alias CreateTableAttributes<M, TAttributes>

CreateTableAttributes: {
    [name in keyof TAttributes]: DataType | CreateTableAttributeOptions<M>
}

Interface for Attributes provided for all columns in a model

Type Parameters