Plume/migrations/postgres/2018-05-03-163427_user_add_keys/up.sql

4 lines
135 B
MySQL
Raw Normal View History

-- Your SQL goes here
ALTER TABLE users ADD COLUMN private_key TEXT;
ALTER TABLE users ADD COLUMN public_key TEXT NOT NULL DEFAULT '';