mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
Add TablePrimaryKey to syncer.
This commit is contained in:
@ -322,15 +322,23 @@
|
||||
"Affiliation table - Tooltip": "工作单位的数据库表名",
|
||||
"Avatar base URL": "头像基础URL",
|
||||
"Avatar base URL - Tooltip": "头像URL的前缀",
|
||||
"Casdoor column": "Casdoor列名",
|
||||
"Column name": "列名",
|
||||
"Column type": "列类型",
|
||||
"Database": "数据库",
|
||||
"Database - Tooltip": "数据库名称",
|
||||
"Edit Syncer": "修改同步器",
|
||||
"Is enabled": "已启用",
|
||||
"Is enabled - Tooltip": "是否启用",
|
||||
"Is hashed": "是否参与哈希计算",
|
||||
"Sync interval": "同步间隔",
|
||||
"Sync interval - Tooltip": "单位为分钟",
|
||||
"Table": "表名",
|
||||
"Table - Tooltip": "数据库表名"
|
||||
"Table - Tooltip": "数据库表名",
|
||||
"Table columns": "表格列",
|
||||
"Table columns - Tooltip": "参与数据同步的表格列,不参与同步的列不需要添加",
|
||||
"Table primary key": "表主键",
|
||||
"Table primary key - Tooltip": "表主键,如id"
|
||||
},
|
||||
"token": {
|
||||
"Access token": "Access token",
|
||||
|
Reference in New Issue
Block a user