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.
restart_count
1 parent 7b137ea commit 4e3ab1bCopy full SHA for 4e3ab1b
schema/mysql/schema.sql
@@ -129,7 +129,7 @@ CREATE TABLE container (
129
state_details longtext NOT NULL,
130
ready enum('n', 'y') COLLATE utf8mb4_unicode_ci NOT NULL,
131
started enum('n', 'y') COLLATE utf8mb4_unicode_ci NOT NULL,
132
- restart_count smallint unsigned NOT NULL,
+ restart_count int unsigned NOT NULL,
133
PRIMARY KEY (id)
134
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
135
0 commit comments