BOOLEAN
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: Data Types
Topics on this page:
EXAMPLES
CREATE TABLE boolean_example (
example BOOLEAN
);
SHOW CREATE TABLE boolean_example\G
*************************** 1. row ***************************
Table: boolean_example
Create Table: CREATE TABLE `boolean_example` (
`example` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
CHANGE HISTORY
Release Series | History |
---|---|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|
EXTERNAL REFERENCES
This page shows information specific to MariaDB SkySQL. Information for non-SkySQL use can be found on the BOOLEAN page in the MariaDB Enterprise Documentation.