You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-7
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ Check out [node-pg-pool](https://github.com/brianc/node-pg-pool) and [node postg
152
152
<td>defaultIdSort</td>
153
153
<td>Boolean/String</td>
154
154
<td>Set to <code>false</code> to disable default sorting on <code>id</code> column(s). Set to <code>numericIdOnly</code> to only apply to IDs with a number type <code>id</code>.</td>
155
+
</tr>
155
156
</tbody>
156
157
</table>
157
158
@@ -313,11 +314,13 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
313
314
### LoopBack to PostgreSQL types
314
315
315
316
<table>
316
-
<tbody>
317
+
<thead>
317
318
<tr>
318
-
<th>LoopBack Type</th>
319
-
<th>PostgreSQL Type</th>
319
+
<th width="450">LoopBack Type</th>
320
+
<th width="450">PostgreSQL Type</th>
320
321
</tr>
322
+
</thead>
323
+
<tbody>
321
324
<tr>
322
325
<td>String<br>JSON<br>Text<br>Default</td>
323
326
<td>
@@ -343,11 +346,13 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
343
346
### PostgreSQL types to LoopBack
344
347
345
348
<table>
346
-
<tbody>
349
+
<thead>
347
350
<tr>
348
-
<th>PostgreSQL Type</th>
349
-
<th>LoopBack Type</th>
351
+
<th width="450">PostgreSQL Type</th>
352
+
<th width="450">LoopBack Type</th>
350
353
</tr>
354
+
</thead>
355
+
<tbody>
351
356
<tr>
352
357
<td>BOOLEAN</td>
353
358
<td>Boolean</td>
@@ -367,7 +372,7 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
367
372
<td>Number</td>
368
373
</tr>
369
374
<tr>
370
-
<td>DATE<br>TIMESTAMP<br>TIMESTAMP WITH TIME ZONE<br>TIMESTAMP WITHOUT TIME ZONE<br>TIME</td>TIME WITH TIME ZONE</td>TIME WITHOUT TIME ZONE</td>
375
+
<td>DATE<br>TIMESTAMP<br>TIMESTAMP WITH TIME ZONE<br>TIMESTAMP WITHOUT TIME ZONE<br>TIME<br>TIME WITH TIME ZONE<br>TIME WITHOUT TIME ZONE</td>
0 commit comments