Skip to content

Commit

Permalink
Fix error typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jun 26, 2024
1 parent 3e3a1f3 commit 9799212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $command->insert(
)->execute();

// Read all products
$records = $db->createCommand('SELECT * FROM product')->queryAll();
$records = $db->createCommand('SELECT * FROM products')->queryAll();
```

Example usage of `JSON` column type in `ActiveRecord`:
Expand Down

0 comments on commit 9799212

Please sign in to comment.