Skip to content

Commit

Permalink
Fix broken benchmark, add missing column to fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
justim committed Nov 6, 2023
1 parent efda7f3 commit cb8cf07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/EntityBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function init()
$createUsersQuery = new Raw('CREATE TABLE `users` (
`id` INTEGER PRIMARY KEY AUTOINCREMENT,
`role` VARCHAR(20) DEFAULT NULL,
`status` VARCHAR(20) DEFAULT NULL,
`name` VARCHAR(50) DEFAULT NULL,
`email` VARCHAR(150) DEFAULT NULL,
`created_at` DATETIME,
Expand Down

0 comments on commit cb8cf07

Please sign in to comment.