Pavlos Polydoras
Results
1
issues of
Pavlos Polydoras
I'm importing a MySQL schema with a table that includes a YEAR datatype column. ```sql CREATE TABLE `test_dts` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `year` year...