Posts by Augusto Pedroso • 3 points
1 post
-
0
votes1
answer39
viewsQ: Error while running migrate
Schema::create('filiais', function (Blueprint $table) { $table->id(); $table->string('filial', 30); $table->timestamps(); }); Schema::create('produto_filiais', function (Blueprint $table) {…