When you use the nullable() method on a field, that field will default to NULL.
$table->integer('parent_item_category_id')->nullable();
When you use the nullable() method on a field, that field will default to NULL.
$table->integer('parent_item_category_id')->nullable();