4 строки
96 B
SQL
4 строки
96 B
SQL
CREATE INDEX IF NOT EXISTS idx_status_user_id ON status (userid);
|
|
|
|
DROP TABLE IF EXISTS status;
|