Skip to content

Commit c17544d

Browse files
author
Caleb Fidecaro
authored
Update query builder JSON docs
1 parent b9567a1 commit c17544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries.md

+1-1
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 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)