lemmy/migrations/2021-02-28-192405_add_col_u.../up.sql

1 line
77 B
MySQL
Raw Normal View History

ALTER TABLE user_ ADD COLUMN validator_time timestamp not null default now();