File tree 1 file changed +10
-2
lines changed 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
266
266
<th>PostgreSQL Type</th>
267
267
</tr>
268
268
<tr>
269
- <td>String<br>JSON<br> Text<br>Default </td>
269
+ <td>String<br>Text</td>
270
270
<td>
271
271
VARCHAR2<br/>
272
272
Default length is 1024
@@ -284,6 +284,10 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
284
284
<td>Boolean</td>
285
285
<td>BOOLEAN</td>
286
286
</tr>
287
+ <tr>
288
+ <td>Object<br>Array</td>
289
+ <td>JSONB</td>
290
+ </tr>
287
291
</tbody >
288
292
</table >
289
293
@@ -321,6 +325,10 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
321
325
<td>POINT</td>
322
326
<td><a href="http://apidocs.strongloop.com/loopback-datasource-juggler/#geopoint">GeoPoint</a></td>
323
327
</tr>
328
+ <tr>
329
+ <td>JSONB</td>
330
+ <td>Object || Array</td>
331
+ </tr>
324
332
</tbody >
325
333
</table >
326
334
@@ -391,4 +399,4 @@ If there is problem, you can run the ```schema.sql``` manually. To do this:
391
399
392
400
For example on Windows,
393
401
\i c:\somepath\test\schema.sql
394
- ```
402
+ ```
You can’t perform that action at this time.
0 commit comments