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> <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>