nim-chat-sdk/migrations/001_create_ratelimit_state.sql

4 lines
81 B
MySQL
Raw Normal View History

2025-07-16 09:22:29 +03:00
CREATE TABLE IF NOT EXISTS kv_store (
key TEXT PRIMARY KEY,
value BLOB
);