SchemaUtils constructor
SchemaUtils(
- String _columnDefinition
Creates a new schema utility instance
columnDefinition
should be the basic column definition
(e.g., "name TEXT", "age INTEGER")
Implementation
SchemaUtils(this._columnDefinition);