Skip to content

Commit e6f7615

Browse files
authored
Update queries.md
1 parent c90a5f7 commit e6f7615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ The query above will produce the following SQL:
398398
<a name="json-where-clauses"></a>
399399
### JSON Where Clauses
400400

401-
Laravel also supports querying JSON column types on databases that provide support for JSON column types. Currently, this includes MySQL 5.7, MariaDB 10.2.3 and Postgres. To query a JSON column, use the `->` operator:
401+
Laravel also supports querying JSON column types on databases that provide support for JSON column types. Currently, this includes MySQL 5.7, MariaDB 10.2.3, and Postgres. To query a JSON column, use the `->` operator:
402402

403403
$users = DB::table('users')
404404
->where('options->language', 'en')

0 commit comments

Comments
 (0)