Type alias CreateTableAttributes<M, TAttributes>

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

Interface for Attributes provided for all columns in a model

Type Parameters