[Fix] Durability

This commit is contained in:
Alex Emmet 2026-08-30 21:28:14 +02:00
commit c2e7061041
No known key found for this signature in database
5 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE users
ADD COLUMN created_at TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3);