mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
three column types (added to parser - but not to the manual - long time ago) documented
This commit is contained in:
parent
0000958303
commit
6ee4a0d208
1 changed files with 7 additions and 0 deletions
|
@ -28179,6 +28179,13 @@ column that only can take 2 values: A @code{CHAR(0)}, that is not defined
|
|||
as @code{NOT NULL}, will only occupy one bit and can only take 2 values:
|
||||
@code{NULL} or @code{""}. @xref{CHAR}.
|
||||
|
||||
@tindex BOOL
|
||||
@tindex BIT
|
||||
@item BIT
|
||||
@itemx BOOL
|
||||
@itemx CHAR
|
||||
These three are synonyms for @code{CHAR(1)}.
|
||||
|
||||
@tindex CHARACTER VARYING
|
||||
@tindex CHAR VARYING
|
||||
@tindex VARCHAR
|
||||
|
|
Loading…
Reference in a new issue