Skip to content

Commit 968669e

Browse files
committed
docs: removed incorrect nullable modifier
1 parent e2e28d7 commit 968669e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ return new class extends Migration
13841384
$table->bigInteger('website_id');
13851385
$table->text('url');
13861386
$table->float('duration');
1387-
$table->timestampTz('created_at')->nullable();
1387+
$table->timestampTz('created_at');
13881388

13891389
$table->primary(['id', 'created_at']);
13901390
$table->index(['website_id', 'created_at']);

0 commit comments

Comments
 (0)