Getting same error after removing ; Deleted the database.sqlite file before running the migration, so the database was fresh. Still same error. publicfunctionup(){Schema::create('configurations', function (Blueprint$table) {$table->increments('id');$table->string('short_description');$table...
the migration name in themigrationstable, it would try to run it again the next time you migrated since it runs migrations thataren'tin the migrations table. I used to mess up migrations too in the beginning when learning and doing things the...
url) to their profile. I used to have a separate model for these links with many (links) to one (profile) relationship. Now I've decided to move them into a json field insidenewsletterstable with the following migration: