MySQLColumnDefinitionPacket constructor
MySQLColumnDefinitionPacket({})
Implementation
MySQLColumnDefinitionPacket({
required this.catalog,
required this.schema,
required this.table,
required this.orgTable,
required this.name,
required this.orgName,
required this.charset,
required this.columnLength,
required this.type,
});