Skip to content

Commit a86a0ce

Browse files
committed
changes spaces to 2
1 parent 0b13101 commit a86a0ce

File tree

3 files changed

+20483
-20471
lines changed

3 files changed

+20483
-20471
lines changed

README.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const models = parser
9393
"TableName": "humanresources_employeedepartmenthistory",
9494
"ForeignKey": [],
9595
"IsForeignKey": false,
96-
"IsPrimaryKey": false
96+
"IsPrimaryKey": true
9797
},
9898
{
9999
"Name": "departmentid",
@@ -109,23 +109,23 @@ const models = parser
109109
}
110110
],
111111
"IsForeignKey": true,
112-
"IsPrimaryKey": false
112+
"IsPrimaryKey": true
113113
},
114114
{
115115
"Name": "shiftid",
116116
"ColumnProperties": "int(2) NOT NULL",
117117
"TableName": "humanresources_employeedepartmenthistory",
118118
"ForeignKey": [],
119119
"IsForeignKey": false,
120-
"IsPrimaryKey": false
120+
"IsPrimaryKey": true
121121
},
122122
{
123123
"Name": "startdate",
124124
"ColumnProperties": "date NOT NULL",
125125
"TableName": "humanresources_employeedepartmenthistory",
126126
"ForeignKey": [],
127127
"IsForeignKey": false,
128-
"IsPrimaryKey": false
128+
"IsPrimaryKey": true
129129
},
130130
{
131131
"Name": "enddate",
@@ -170,7 +170,19 @@ const models = parser
170170
},
171171
{
172172
"PrimaryKeyTableName": "humanresources_employeedepartmenthistory",
173-
"PrimaryKeyName": "businessentityid,departmentid,shiftid,startdate"
173+
"PrimaryKeyName": "businessentityid"
174+
},
175+
{
176+
"PrimaryKeyTableName": "humanresources_employeedepartmenthistory",
177+
"PrimaryKeyName": "departmentid"
178+
},
179+
{
180+
"PrimaryKeyTableName": "humanresources_employeedepartmenthistory",
181+
"PrimaryKeyName": "shiftid"
182+
},
183+
{
184+
"PrimaryKeyTableName": "humanresources_employeedepartmenthistory",
185+
"PrimaryKeyName": "startdate"
174186
}
175187
]
176188
}

0 commit comments

Comments
 (0)