Commit 533ae3ed authored by alissonalbuquerque's avatar alissonalbuquerque
Browse files

add column_curso in migration user

parent b9f50d32
......@@ -14,7 +14,7 @@ class CreateCursoInUsersTable extends Migration
public function up()
{
Schema::table('users', function (Blueprint $table) {
$table->foreignId('curso_id');
$table->foreignId('curso_id')->nullable();
});
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment