You've already forked Atomcms-edit
Add missing updated_at column to staff_activities migration
This commit is contained in:
@@ -18,6 +18,7 @@ return new class extends Migration
|
||||
$table->string('ip_address', 45)->nullable();
|
||||
$table->json('metadata')->nullable();
|
||||
$table->timestamp('created_at')->useCurrent()->index();
|
||||
$table->timestamp('updated_at')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user