mirror of https://gitee.com/y_project/RuoYi.git
修正数据库字符串类型nvarchar
parent
b9c4796a27
commit
118cd15204
|
@ -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" };
|
||||
|
||||
/** 数据库时间类型 */
|
||||
|
|
Loading…
Reference in New Issue