integer('user_uid'); $table->integer('texture_tid'); $table->text('item_name')->nullable(); }); } public function down() { Schema::dropIfExists('user_closet'); } }