Store messages into table, required docker container to create table
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diesel::table! {
|
||||
messages (id) {
|
||||
id -> BigInt,
|
||||
id -> Text,
|
||||
guild_id -> BigInt,
|
||||
channel_id -> BigInt,
|
||||
user_id -> BigInt,
|
||||
|
||||
Reference in New Issue
Block a user