4 строки
111 B
SQL
4 строки
111 B
SQL
CREATE INDEX IF NOT EXISTS idx_preferences_user_id ON preferences (userid);
|
|
|
|
DROP TABLE IF EXISTS preferences;
|