4 lines
93 B
SQL
4 lines
93 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE users
|
|
ADD COLUMN token_version INTEGER NOT NULL DEFAULT 0;
|