修正数据库字符串类型nvarchar

pull/202/head
RuoYi 2020-08-28 14:14:50 +08:00
parent b9c4796a27
commit 118cd15204
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class GenConstants
public static final String PARENT_MENU_NAME = "parentMenuName";
/** 数据库字符串类型 */
public static final String[] COLUMNTYPE_STR = { "char", "varchar", "narchar", "varchar2", "tinytext", "text",
public static final String[] COLUMNTYPE_STR = { "char", "varchar", "nvarchar", "varchar2", "tinytext", "text",
"mediumtext", "longtext" };
/** 数据库时间类型 */