diff --git a/database/migrations/0046-messages_tables.ts b/database/migrations/0046-messages_tables.ts index eeacd7c6e..e5530b950 100644 --- a/database/migrations/0046-messages_tables.ts +++ b/database/migrations/0046-messages_tables.ts @@ -16,7 +16,7 @@ export async function upgrade(queryFn: (query: string, values?: any[]) => Promis \`user_id\` int(10) unsigned NOT NULL, \`message\` varchar(2000) COLLATE utf8mb4_unicode_ci NOT NULL, \`created_at\` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, - PRIMARY KEY (\`id\`), + PRIMARY KEY (\`id\`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; `) }