mifration nullable dateTime issues fixed
This commit is contained in:
parent
606ebe1fb5
commit
b75430d715
|
|
@ -17,8 +17,8 @@ public function up()
|
|||
$table->string('accepted_by')->nullabale();
|
||||
$table->string('modified_by')->nullabale();
|
||||
$table->string('approved_by')->nullabale();
|
||||
$table->dateTime('accepted_date')->nullabale();
|
||||
$table->dateTime('approved_date')->nullabale();
|
||||
$table->string('accepted_date')->nullabale();
|
||||
$table->string('approved_date')->nullabale();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue