Search code examples
Laravel & PostGres - Migration down() will not drop table (TimeScaleDB Extension)...


phplaravellaravel-migrations

Read More
Laravel migration to change an unsignedMediumInteger column...


laraveleloquentlaravel-9laravel-migrations

Read More
Laravel 11 migration: preserving original attributes when updating existing column...


phplaravellaravel-11laravel-migrations

Read More
Laravel Add a new column to existing table in a migration...


phplaravellaravel-migrations

Read More
How to Seed Data from JSON Files in Laravel?...


phpjsonlaravellaravel-migrationslaravel-seeding

Read More
Laravel Migration: Base table or view already exists...


phplaravellaravel-5.8laravel-migrationsartisan-migrate

Read More
How to let ID autoincrement start from certain number in Laravel Migration...


laraveleloquentdatabase-migrationlaravel-migrations

Read More
Rollback Failed Laravel Migration...


phplaravellaravel-migrations

Read More
Running one specific Laravel migration (single file)...


laravellaravel-migrations

Read More
General error : 1005 Can't create table ... (errno:150 "Foreign key constraint is incorrect...


phpmysqllaravellaravel-migrations

Read More
How to make a migration in laravel module?...


laravelmoduleeloquentlaravel-migrations

Read More
How to seed database migrations for laravel tests?...


phplaraveltestinglaravel-migrationslaravel-seeding

Read More
Why $table->dropForeign raised error in rollback?...


laravellaravel-migrations

Read More
Using float columns in Laravel 11 migrations...


phpmariadblaravel-migrationslaravel-11

Read More
How to set migration execution order in Laravel using a command class...


laravelmigrationlaravel-migrations

Read More
Laravel Unknown Column 'updated_at'...


phpmysqllaravellaravel-migrations

Read More
How to set auto increment into non primary key?...


laravellaravel-migrationslaravel-schema-builder

Read More
Add varchar column type with SQL Server using Laravel...


laravellaravel-5.7nvarcharlaravel-migrationslaravel-schema-builder

Read More
How to specify folder for laravel migrations?...


phplaravellaravel-migrations

Read More
Problem 'SQLSTATE[42S02]: Base table or view not found...


laravellaravel-artisanlaravel-migrationstinker

Read More
PDOException (1044) SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to ...


laravellaravel-5database-migrationlaravel-migrations

Read More
Composite foreign key Laravel...


mysqllaravelcomposite-keylaravel-migrations

Read More
Can't start Laravel, I get "Base table or view not found" error...


phplaravellaravel-migrations

Read More
Laravel softDelete migration issue...


laravellaravel-8laravel-migrations

Read More
Laravel Schema onDelete set null...


phplaravellaravel-migrations

Read More
Foreign Id in a migration with a table name that isn't the plural of the local key...


phplaravellumenlaravel-migrations

Read More
Is there a way to disable foreign key constraints when any "down" function triggers?...


laraveldatabase-migrationlaravel-migrations

Read More
Changing a foreign key constraint in a Laravel migration...


phplaravellaravel-migrations

Read More
How to convert Laravel migrations to raw SQL scripts?...


sqllaravellaravel-migrations

Read More
Add new auto increment column to existing table...


phplaravellaravel-migrationsmysql-error-1068

Read More
BackNext