Skip to content

Commit d8abc1a

Browse files
authored
Updated the connector data types
1 parent 51d3454 commit d8abc1a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
266266
<th>PostgreSQL Type</th>
267267
</tr>
268268
<tr>
269-
<td>String<br>JSON<br>Text<br>Default</td>
269+
<td>String<br>Text</td>
270270
<td>
271271
VARCHAR2<br/>
272272
Default length is 1024
@@ -284,6 +284,10 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
284284
<td>Boolean</td>
285285
<td>BOOLEAN</td>
286286
</tr>
287+
<tr>
288+
<td>Object<br>Array</td>
289+
<td>JSONB</td>
290+
</tr>
287291
</tbody>
288292
</table>
289293

@@ -321,6 +325,10 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
321325
<td>POINT</td>
322326
<td><a href="http://apidocs.strongloop.com/loopback-datasource-juggler/#geopoint">GeoPoint</a></td>
323327
</tr>
328+
<tr>
329+
<td>JSONB</td>
330+
<td>Object || Array</td>
331+
</tr>
324332
</tbody>
325333
</table>
326334

@@ -391,4 +399,4 @@ If there is problem, you can run the ```schema.sql``` manually. To do this:
391399
392400
For example on Windows,
393401
\i c:\somepath\test\schema.sql
394-
```
402+
```

0 commit comments

Comments
 (0)