-
Notifications
You must be signed in to change notification settings - Fork 36
/
export1.json
47 lines (47 loc) · 1.53 KB
/
export1.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
42
43
44
45
46
47
{
"export": "doctrine2-annotation",
"zip": false,
"dir": "build",
"params": {
"language": "english",
"useTab": false,
"indentation": 4,
"eolDelimiter": "win",
"filename": "%entity%.%extension%",
"backupExistingFile": true,
"addGeneratorInfoAsComment": true,
"namingStrategy": "as-is",
"identifierStrategy": "none",
"cleanUserDatatypePrefix": "",
"enhanceManyToManyDetection": true,
"sortTableAndView": true,
"skipManyToManyTables": true,
"skipPluralNameChecking": false,
"exportOnlyInCategory": "",
"logToConsole": false,
"logFile": "",
"useLoggedStorage": false,
"useAutomaticRepository": true,
"repositoryNamespace": "",
"bundleNamespace": "",
"entityNamespace": "",
"tablenamePrefix": "",
"relatedVarNameFormat": "%name%_%related%",
"skipColumnWithRelation": false,
"generatedValueStrategy": "auto",
"nullableAttribute": "auto",
"defaultCascade": false,
"annotationPrefix": "ORM\\",
"extendsClass": "",
"skipGetterAndSetter": false,
"quoteIdentifierStrategy": "auto",
"generateEntitySerialization": true,
"generateExtendableEntity": false,
"extendableEntityHasDiscriminator": true,
"useBehavioralExtensions": false,
"enableTypehint": false,
"argumentTypehint": true,
"returnValueTypehint": true,
"ignoreTypehintColumns": []
}
}