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>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>LoopBack Type</th>
|
<th width="450">LoopBack Type</th>
|
||||||
<th>MySQL Type</th>
|
<th width="450">MySQL Type</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -170,11 +170,13 @@ See [LoopBack types](http://loopback.io/doc/en/lb3/LoopBack-types.html) for de
|
||||||
### MySQL to LoopBack types
|
### MySQL to LoopBack types
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>MySQL Type</th>
|
<th width="450">MySQL Type</th>
|
||||||
<th>LoopBack Type</th>
|
<th width="450">LoopBack Type</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>CHAR</td>
|
<td>CHAR</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
|
|
Loading…
Reference in New Issue