Private
Public Access
1
0
Files
Kordophone/kordophone-db/migrations/2025-04-25-223015_add_settings/up.sql

12 lines
115 B
MySQL
Raw Normal View History

-- Your SQL goes here
CREATE TABLE `settings`(
`key` TEXT NOT NULL PRIMARY KEY,
`value` BINARY NOT NULL
);