data-types-for-mariadb-enterprise-server-10-6
Data Types for MariaDB Enterprise Server 10.6
Overview
Each column in a table has a specified data type that defines what kind of data can be stored in the column.
Integer Numeric Types
Data Type
Class
Description
Integer
Integer from -9223372036854775808 to 9223372036854775807 when signed, or from 0 to 18446744073709551615 when unsigned
[
INT3](../data-types-numeric-data-types/int3.md)
Integer
Non-integer Numeric Types
Data Type
Class
Description
String Types
Data Type
Class
Description
Binary
Stores an INET6 or mapped INET4 network address as a BINARY(16) internally while translating it into a CHAR(39) to the user
String
An alias of LONGTEXT with a default json_valid() CHECK (check added in MariaDB Community Server 10.4.3)
String
Variable-length string of specific character set with limit up to 65,535 bytes
Date & Time Types
Data Type
Class
Description
Date/Time
Accepts a datetime value consisting of year (1970-2038), month, day, hours, minutes, seconds, and microseconds
Geometry Types
Data Type
Class
Description
Other Types
Data Type
Class
Description
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated
Was this helpful?