forked from mystiq/dex
3 lines
70 B
MySQL
3 lines
70 B
MySQL
|
-- +migrate Up
|
||
|
ALTER TABLE authd_user ADD COLUMN "created_at" bigint;
|