MySQLColumnDefinitionPacket constructor
MySQLColumnDefinitionPacket({})
Construtor do pacote de definição de coluna.
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,
required this.flags,
required this.decimals,
});