Skip to content

Commit

Permalink
Minor correction in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lux committed Jun 27, 2019
1 parent be117a6 commit 718ac1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Analog/Handler/PDO.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
*
* CREATE TABLE `logs` (
* `machine` varchar(48),
* `date` datetime not null,
* `level` int not null,
* `message` text not null,
* `date` datetime,
* `level` int,
* `message` text,
* index (`machine`)
* index (`date`),
* index (`level`)
Expand Down

0 comments on commit 718ac1d

Please sign in to comment.