We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f5db6 commit 85c5b92Copy full SHA for 85c5b92
db/migrate/20231203202330_create_users.rb
@@ -9,7 +9,7 @@ def change
9
t.text :firstname, limit: 50
10
t.text :lastname, limit: 50
11
12
- t.timestamps_with_timezone
+ t.timestamps
13
end
14
15
0 commit comments