Skip to content

Unknown mysql types "polygon", "year" #49

@Stanpol

Description

@Stanpol

This is not crucial for me, but I found other mysql types not supported:

CREATE TABLE `test_zone` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `area` polygon NOT NULL,
  PRIMARY KEY (`id`),
) ENGINE=InnoDB AUTO_INCREMENT=564 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci

which can be potentially mapped to Clickhouse Polygon.

CREATE TABLE `test` (
  `id` int NOT NULL AUTO_INCREMENT,
  `year_of_birth` year DEFAULT NULL,
) ENGINE=InnoDB AUTO_INCREMENT=4661521 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions