MySQLColumnType.create constructor
MySQLColumnType.create(
- int value
Implementation
factory MySQLColumnType.create(int value) => MySQLColumnType._(value);
factory MySQLColumnType.create(int value) => MySQLColumnType._(value);