OptionalconfigOptionalconfigWhether the config argument should be required or not
Required type for custom column, that will infer proper type model
Examples:
If you want your column to be string type after selecting/or on inserting - use data: string. Like text, varchar
If you want your column to be number type after selecting/or on inserting - use data: number. Like integer
OptionaldefaultIf your custom data type has default you can use default: true
OptionaldriverType helper, that represents what type database driver is accepting for specific database data type
OptionalnotIf your custom data type should be notNull by default you can use notNull: true
What config type should be used for CustomTypeParams
dataTypegeneration