Commit eacd3e1c authored by Steven's avatar Steven

chore: fix mysql latest schema

parent a62f1e15
...@@ -131,5 +131,5 @@ CREATE TABLE `inbox` ( ...@@ -131,5 +131,5 @@ CREATE TABLE `inbox` (
`sender_id` INT NOT NULL, `sender_id` INT NOT NULL,
`receiver_id` INT NOT NULL, `receiver_id` INT NOT NULL,
`status` TEXT NOT NULL, `status` TEXT NOT NULL,
`message` TEXT NOT NULL DEFAULT '{}' `message` TEXT NOT NULL
); );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment