lemmy/migrations/2021-03-19-014144_add_col_local_user_validator_time/up.sql

2 lines
83 B
MySQL
Raw Normal View History

alter table local_user add column validator_time timestamp not null default now();