2 lines
77 B
MySQL
2 lines
77 B
MySQL
|
CREATE UNIQUE INDEX authentication_session_id ON authentication(session_id);
|