fix: add DEFAULT 0 to last_username_change column, seeder, fillable, and factory

This commit is contained in:
root
2026-05-27 20:23:06 +02:00
parent 7814176358
commit 1f9af5279a
5 changed files with 21 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ class UserFactory extends Factory
'last_login' => time(),
'look' => setting('start_look') ?: 'hr-100-61.hd-180-1.ch-210-66.lg-270-110.sh-305-62',
'credits' => setting('start_credits') ?: 1000,
'last_username_change' => 0,
'ip_register' => '127.0.0.1',
'ip_current' => '127.0.0.1',
];