diff --git a/src/main/resources/neatlogic/resources/framework/changelog/2025-05-28/neatlogic_tenant.sql b/src/main/resources/neatlogic/resources/framework/changelog/2025-05-28/neatlogic_tenant.sql new file mode 100644 index 0000000000000000000000000000000000000000..6e0178f7f1facc7f6954b92ff8845924328a5719 --- /dev/null +++ b/src/main/resources/neatlogic/resources/framework/changelog/2025-05-28/neatlogic_tenant.sql @@ -0,0 +1,2 @@ +ALTER TABLE `api` + CHANGE `name` `name` VARCHAR (255) CHARSET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '名称'; \ No newline at end of file