system.data_type_families

    • (String) — Data type name.
    • case_insensitive () — Property that shows whether you can use a data type name in a query in case insensitive manner or not. For example, Date and date are both valid.
    • alias_to (String) — Data type name for which name is an alias.
    1. LONGTEXT 1 String
    2. TINYTEXT 1 String
    3. TEXT 1 String
    4. VARCHAR 1 String
    5. BLOB 1 String
    6. TINYBLOB 1 String
    7. CHAR 1 String
    8. MEDIUMTEXT 1 String
    • — Information about supported syntax.