4 строки
88 B
SQL
4 строки
88 B
SQL
CREATE INDEX IF NOT EXISTS idx_emoji_name ON emoji (name);
|
|
|
|
DROP TABLE IF EXISTS emoji;
|