up.sql 98 B

123
  1. -- Your SQL goes here
  2. ALTER TABLE user_table
  3. ADD COLUMN encryption_type TEXT NOT NULL DEFAULT "";