File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,6 @@ The schema builder blueprint offers a variety of methods that correspond to the
458
458
[ timeTz] ( #column-method-timeTz )
459
459
[ timestamp] ( #column-method-timestamp )
460
460
[ timestamps] ( #column-method-timestamps )
461
- [ nullableTimestamps] ( #column-method-nullableTimestamps )
462
461
[ timestampsTz] ( #column-method-timestampsTz )
463
462
[ softDeletes] ( #column-method-softDeletes )
464
463
[ softDeletesTz] ( #column-method-softDeletesTz )
@@ -774,13 +773,6 @@ This method is intended to be used when defining the columns necessary for a pol
774
773
775
774
$table->morphs('taggable');
776
775
777
- <a name =" column-method-nullableTimestamps " ></a >
778
- #### ` nullableTimestamps() ` {.collection-method}
779
-
780
- The ` nullableTimestamps ` method is an alias of the [ timestamps] ( #column-method-timestamps ) method:
781
-
782
- $table->nullableTimestamps(precision: 0);
783
-
784
776
<a name =" column-method-nullableMorphs " ></a >
785
777
#### ` nullableMorphs() ` {.collection-method}
786
778
You can’t perform that action at this time.
0 commit comments