Browse Source

test Model: char fields should be nullable

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

Loading…
Cancel
Save