Add created_at column to users (#354)

This commit is contained in:
Ellie Huxtable
2022-04-26 22:27:51 +01:00
committed by GitHub
parent f8233bcb63
commit 796644e24e

View File

@ -0,0 +1 @@
alter table users add column created_at timestamp not null default now();