blogrss/migrations/0002_add_token_to_user.up.sql

4 lines
80 B
MySQL
Raw Normal View History

-- Add up migration script here
ALTER TABLE users
ADD COLUMN active_token TEXT;