Store messages into table, required docker container to create table

This commit is contained in:
Benjamin Sherriff
2023-07-06 22:44:48 -04:00
parent 9a8587e4b8
commit 4a366d6237
11 changed files with 115 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
diesel::table! {
messages (id) {
id -> BigInt,
id -> Text,
guild_id -> BigInt,
channel_id -> BigInt,
user_id -> BigInt,