-- Add encrypted username columns and migrate existing plaintext usernames. PRAGMA foreign_keys = OFF; -- Step 1: Add new encrypted columns (nullable so existing rows are valid). ALTER TABLE users ADD ...
With the SQL Editor in DBeaver, you can write and execute multiple SQL scripts within a single database connection, save them as files, and reuse them later. Note: SQL Editor for a connection is ...