From 766070fa63be8f73ff5dc097f57579eeadf693e1 Mon Sep 17 00:00:00 2001 From: zhuxu Date: Fri, 16 May 2025 18:21:48 +0800 Subject: [PATCH] update dml --- base_model/dml.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base_model/dml.sql b/base_model/dml.sql index 00dce26..01c1005 100644 --- a/base_model/dml.sql +++ b/base_model/dml.sql @@ -34,4 +34,5 @@ VALUES ('TIMESTAMP','postgres'), ('UUID','postgres'), ('JSON','postrges'), - ('JSONB','postgres'); \ No newline at end of file + ('JSONB','postgres'); + ('polar_coordinates','postgres') \ No newline at end of file