We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e4831e + aeea942 commit 36da080Copy full SHA for 36da080
docs/guide-ru/driver-db.md
@@ -28,7 +28,7 @@ CREATE TABLE `queue` (
28
`channel` varchar(255) NOT NULL,
29
`job` blob NOT NULL,
30
`created_at` int(11) NOT NULL,
31
- `timeout` int(11) NOT NULL,
+ `timeout` int(11) NOT NULL DEFAULT 0,
32
`started_at` int(11) DEFAULT NULL,
33
`finished_at` int(11) DEFAULT NULL,
34
PRIMARY KEY (`id`),
docs/guide/driver-db.md
0 commit comments