mini\Table\Types\ColumnType::sqlType()
Method
public
Signature
public function sqlType(): string
Returns
string
Documentation
Get the SQL column type name
Returns the base SQL type. For types with parameters (like DECIMAL), use sqlTypeWithParams() to include precision/scale.