forked from FilipNikolovski/StudentsHelpCenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jhipster.answer.json
41 lines (41 loc) · 1.2 KB
/
.jhipster.answer.json
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
{
"relationships": [
{
"relationshipId": 1,
"otherEntityName": "user",
"relationshipType": "many-to-one",
"otherEntityNameCapitalized": "User",
"otherEntityField": "id"
},
{
"relationshipId": 2,
"otherEntityName": "question",
"relationshipType": "many-to-one",
"otherEntityNameCapitalized": "Question",
"otherEntityField": "id"
}
],
"fields": [
{
"fieldId": 1,
"fieldName": "answerText",
"fieldType": "String",
"fieldNameCapitalized": "AnswerText",
"fieldNameUnderscored": "answer_text"
},
{
"fieldId": 2,
"fieldName": "datePosted",
"fieldType": "DateTime",
"fieldNameCapitalized": "DatePosted",
"fieldNameUnderscored": "date_posted"
}
],
"fieldsContainOwnerManyToMany": false,
"fieldsContainOneToMany": false,
"fieldsContainLocalDate": false,
"fieldsContainCustomTime": true,
"fieldsContainBigDecimal": false,
"fieldsContainDateTime": true,
"changelogDate": "20150210224421"
}