5 lines
No EOL
91 B
SQL
5 lines
No EOL
91 B
SQL
USE movienight;
|
|
|
|
ALTER TABLE users
|
|
DROP COLUMN token,
|
|
DROP COLUMN token_expiration; |