Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update Migrator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Aug 20, 2020
1 parent 76ff5cb commit 706b925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function configure(): void

// Schema update will automatically sync all needed data
$schema->primary('id');
$schema->string('migration', 255)->nullable(false);
$schema->string('migration', 191)->nullable(false);
$schema->datetime('time_executed')->datetime();
$schema->datetime('created_at')->datetime();
$schema->index(['migration', 'created_at'])
Expand Down

0 comments on commit 706b925

Please sign in to comment.