ALTER TABLE users
ADD COLUMN
client_kdf_type INTEGER NOT NULL DEFAULT 0; -- PBKDF2
client_kdf_iter INTEGER NOT NULL DEFAULT 100000;