Skip to content

Commit

Permalink
Aesthetic corrections and new translations on pt_br
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoluiz committed Mar 17, 2017
1 parent f84e452 commit 5a36545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/how-to-make-a-child-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
| Field Name | Data Type |
| ---------- | --------- |
| id | int(PK) |
| crated_at | timestamp |
| created_at | timestamp |
| name | varchar(255) |
| price | double |

## Table Customers : customers
| Field Name | Data Type |
| ---------- | --------- |
| id | int(PK) |
| crated_at | timestamp |
| created_at | timestamp |
| name | varchar(255) |

## Table Master : orders
| Field Name | Data Type |
| ---------- | --------- |
| id | int(PK) |
| crated_at | timestamp |
| created_at | timestamp |
| customers_id | int(11) |
| order_number | varchar(25) |

Expand Down

0 comments on commit 5a36545

Please sign in to comment.