-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
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_ciwhich 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_cibakwc
Metadata
Metadata
Assignees
Labels
No labels