table! { guild_settings (guild_id, key) { guild_id -> Int8, key -> Varchar, value -> Nullable, } }