user391986

Resultados 1 preguntas formuladas por user391986

Creé una migración con unsigned user_id. ¿ Cómo puedo editar user_iden una nueva migración para realizarla también nullable()? Schema::create('throttle', function(Blueprint $table) { $table->increments('id'); // this needs to also be nullable,