Skip to content

Commit 032a7d0

Browse files
authored
Merge pull request #425 from strongloop/fix-readme
fix Postgres README layout
2 parents cadbaae + d6d217c commit 032a7d0

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Check out [node-pg-pool](https://github.com/brianc/node-pg-pool) and [node postg
152152
<td>defaultIdSort</td>
153153
<td>Boolean/String</td>
154154
<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>
155156
</tbody>
156157
</table>
157158

@@ -313,11 +314,13 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
313314
### LoopBack to PostgreSQL types
314315

315316
<table>
316-
<tbody>
317+
<thead>
317318
<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>
320321
</tr>
322+
</thead>
323+
<tbody>
321324
<tr>
322325
<td>String<br>JSON<br>Text<br>Default</td>
323326
<td>
@@ -343,11 +346,13 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
343346
### PostgreSQL types to LoopBack
344347

345348
<table>
346-
<tbody>
349+
<thead>
347350
<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>
350353
</tr>
354+
</thead>
355+
<tbody>
351356
<tr>
352357
<td>BOOLEAN</td>
353358
<td>Boolean</td>
@@ -367,7 +372,7 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
367372
<td>Number</td>
368373
</tr>
369374
<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>
371376
<td>Date</td>
372377
</tr>
373378
<tr>

0 commit comments

Comments
 (0)