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 95d615e + 6301035 commit b17c63eCopy full SHA for b17c63e
schema/mattermost_remind_post.sql
@@ -1,8 +1,8 @@
1
CREATE TABLE mattermost_remind_post
2
(
3
id BINARY(16) NOT NULL DEFAULT (UUID_TO_BIN(UUID())),
4
- user_name VARCHAR(16) NOT NULL,
5
- channel_name VARCHAR(16) NOT NULL,
+ user_name VARCHAR(255) NOT NULL,
+ channel_name VARCHAR(255) NOT NULL,
6
body TEXT NOT NULL,
7
remind_date DATETIME NOT NULL,
8
posted BOOLEAN NOT NULL DEFAULT false,
0 commit comments