Best practice how to store settings in MySQL?
Hi. I would like to store some settings / preferences in the database, but don't know what's the common structure, to do so.
Would it be something like so?
Would it be something like so?
name | value
-----------------------------
DISCORD_GUILD_ID | 63meEMh385emhmmodel DashboardSettings {
name String @unique
value String
}