fix MySQL README layout

This commit is contained in:
Agnes Lin 2020-03-19 12:41:21 -04:00
parent c23bed33eb
commit 8499af3c31
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>