Browse Source

test Model: char fields should be nullable

ArnAud 8 years ago
parent
commit
eb8d282857
1 changed files with 12 additions and 12 deletions
  1. 12
    12
      EditorialModel/test/me.json

+ 12
- 12
EditorialModel/test/me.json View File

@@ -24,7 +24,7 @@
24 24
   "string": "{\"fre\": \"Personnes\"}"
25 25
  },
26 26
  "4": {
27
-  "nullable": false,
27
+  "nullable": true,
28 28
   "date_update": "Fri Oct 16 11:05:04 2015",
29 29
   "optional": false,
30 30
   "icon": "0",
@@ -77,7 +77,7 @@
77 77
   "sortcolumn": "rank"
78 78
  },
79 79
  "7": {
80
-  "nullable": false,
80
+  "nullable": true,
81 81
   "date_update": "Fri Oct 16 11:05:04 2015",
82 82
   "optional": true,
83 83
   "icon": "0",
@@ -94,7 +94,7 @@
94 94
   "name": "soustitre"
95 95
  },
96 96
  "9": {
97
-  "nullable": false,
97
+  "nullable": true,
98 98
   "date_update": "Fri Oct 16 11:05:04 2015",
99 99
   "optional": false,
100 100
   "icon": "0",
@@ -111,7 +111,7 @@
111 111
   "name": "nom"
112 112
  },
113 113
  "10": {
114
-  "nullable": false,
114
+  "nullable": true,
115 115
   "date_update": "Fri Oct 16 11:05:04 2015",
116 116
   "optional": true,
117 117
   "icon": "0",
@@ -128,7 +128,7 @@
128 128
   "name": "prenom"
129 129
  },
130 130
  "11": {
131
-  "nullable": false,
131
+  "nullable": true,
132 132
   "date_update": "Fri Oct 16 11:05:04 2015",
133 133
   "optional": false,
134 134
   "icon": "0",
@@ -146,7 +146,7 @@
146 146
   "name": "auteur"
147 147
  },
148 148
  "12": {
149
-  "nullable": false,
149
+  "nullable": true,
150 150
   "date_update": "Fri Oct 16 11:05:04 2015",
151 151
   "optional": false,
152 152
   "icon": "0",
@@ -194,7 +194,7 @@
194 194
   "sortcolumn": "rank"
195 195
  },
196 196
  "16": {
197
-  "nullable": false,
197
+  "nullable": true,
198 198
   "date_update": "Fri Oct 16 11:05:04 2015",
199 199
   "optional": false,
200 200
   "icon": "0",
@@ -211,7 +211,7 @@
211 211
   "name": "titre"
212 212
  },
213 213
  "18": {
214
-  "nullable": false,
214
+  "nullable": true,
215 215
   "date_update": "Fri Oct 16 11:05:04 2015",
216 216
   "optional": true,
217 217
   "icon": "0",
@@ -242,7 +242,7 @@
242 242
   "sortcolumn": "rank"
243 243
  },
244 244
  "21": {
245
-  "nullable": false,
245
+  "nullable": true,
246 246
   "date_update": "Fri Oct 16 11:05:04 2015",
247 247
   "optional": true,
248 248
   "icon": "0",
@@ -276,7 +276,7 @@
276 276
   "name": "class_id"
277 277
  },
278 278
  "24": {
279
-  "nullable": false,
279
+  "nullable": true,
280 280
   "date_update": "Fri Oct 16 11:05:04 2015",
281 281
   "max_length": 128,
282 282
   "icon": "0",
@@ -345,7 +345,7 @@
345 345
   "name": "class_id"
346 346
  },
347 347
  "29": {
348
-  "nullable": false,
348
+  "nullable": true,
349 349
   "date_update": "Fri Oct 16 11:05:04 2015",
350 350
   "max_length": 128,
351 351
   "icon": "0",
@@ -414,7 +414,7 @@
414 414
   "name": "class_id"
415 415
  },
416 416
  "34": {
417
-  "nullable": false,
417
+  "nullable": true,
418 418
   "date_update": "Fri Oct 16 11:05:04 2015",
419 419
   "max_length": 128,
420 420
   "icon": "0",

Loading…
Cancel
Save