-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
45 lines (38 loc) · 1014 Bytes
/
Copy pathconfig.json
File metadata and controls
45 lines (38 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"autoFixFKs": false,
"filterTables": [
],
"readFromGoogle": false,
"googleSheetName": "",
"googleSpreadSheetId": "",
"inputFilePath": "schema.xlsx",
"outputDBMLFileName": "schema.dbml",
"outputXlsxFileName": "匯出報表.xlsx",
"dbmlProjectName": "TEST",
"dbmlProjectNote": "TEST",
"schemaTitles": {
"tableName": "Table 名稱",
"chinese": "中文欄位名稱",
"english": "英文欄位名稱",
"dataType": "資料型態",
"primaryKey": "Primary Key",
"notNull": "非NULL",
"default": "預設值",
"unique": "Unique",
"reference": "Reference",
"ignore": "忽略"
},
"reportStyle": {
"fontSize": 12,
"fontName": "微軟正黑體",
"englishFontName": "Arial",
"columnWidth": {
"A": 22,
"B": 22,
"C": 22,
"D": 22
}
},
"excelPath": "",
"autoOpenReport": true
}