TinyInt1Type Parameter (Connect-MySQL Cmdlet)
Defines the presentation type used to display small integer values.
Syntax
Connect-MySQL -TinyInt1Type string
Possible Values
TINYINT, BIT, BOOLEANData Type
cstr
Default Value
"TINYINT"
Remarks
Set this property to one of the following display types:
- TINYINT: This type is reported as a number.
- BIT: This type is reported as '0' or '1'. All non-zero values are treated as '1'.
- BOOLEAN: This type is reported as 'false' or 'true'. All non-zero values are treated as 'true'.