atuin/crates/atuin-server-postgres/migrations/20220426172813_user-created-at.sql

2 lines
74 B
MySQL
Raw Normal View History

2022-04-26 23:27:51 +02:00
alter table users add column created_at timestamp not null default now();