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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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