aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/db/server-pg-migrations/20220426172813_user-created-at.sql
blob: a9138194e74bdbb8c8d21068829afebee447d224 (plain) (blame)
1
alter table users add column created_at timestamp not null default now();