IntrospectionModel
This type represents a model that matches the introspection filters.
name
Type: String
The name of this model. If this parameter hasn't been modified before, it will be the table name from the database.
addAttribute
Type: (attribute: string) => void
Add an attribute to this model. This attribute will only be added if it didn't exist already.
Last updated