mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] SQL is written using statements, not sentences
This commit is contained in:
parent
e50fe85180
commit
8e94137a12
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ end
|
|||
This will create a `Product` model, mapped to a `products` table at the
|
||||
database. By doing this you'll also have the ability to map the columns of each
|
||||
row in that table with the attributes of the instances of your model. Suppose
|
||||
that the `products` table was created using an SQL sentence like:
|
||||
that the `products` table was created using an SQL statement like:
|
||||
|
||||
```sql
|
||||
CREATE TABLE products (
|
||||
|
|
Loading…
Reference in a new issue