Merge pull request #417 from strongloop/fix-readme

fix MySQL README layout
This commit is contained in:
Agnes Lin 2020-03-19 16:52:55 -04:00 committed by GitHub
commit 654a00b089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -131,8 +131,8 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
<table>
<thead>
<tr>
<th>LoopBack Type</th>
<th>MySQL Type</th>
<th width="450">LoopBack Type</th>
<th width="450">MySQL Type</th>
</tr>
</thead>
<tbody>
@ -170,11 +170,13 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
### MySQL to LoopBack types
<table>
<tbody>
<thead>
<tr>
<th>MySQL Type</th>
<th>LoopBack Type</th>
<th width="450">MySQL Type</th>
<th width="450">LoopBack Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>CHAR</td>
<td>String</td>