$table->string('name')->default('Hello World!');
$table->integer('parent_item_category_id')->nullable();