Merge pull request #417 from strongloop/fix-readme
fix MySQL README layout
This commit is contained in:
commit
654a00b089
12
README.md
12
README.md
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue