Search code examples
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
Laravel 7 migration: Syntax error or access violation: 1068 Multiple primary key defined...

phplaravellaravel-7laravel-migrationsmysql-error-1068

Read More
Laravel 5.6: Multiple primary key defined error...

phplaravellaravel-5laravel-migrationsmysql-error-1068

Read More
Error migrations: Cannot declare class X, because the name is already in use...

phplaravellaravel-migrations

Read More
Change primary key in Laravel migration with SQLite...

phplaravelsqlitelaravel-migrationsdoctrine-dbal

Read More
Drop Unique Index Laravel...

phplaravellaravel-5laravel-migrations

Read More
Integrity constraint violation when using a Foreign key for a user role...

laravellaravel-migrations

Read More
Laravel: Unknown column type "timestamp" requested...

phplaravellaravel-migrations

Read More
Laravel Schema Builder error creating circular reference...

laravelcircular-dependencylaravel-migrations

Read More
Laravel changing column type to enum...

laravelenumslaravel-migrations

Read More
Proper way to access migrations files building custom refresh/seed in Laravel...

phplaravellaravel-artisanlaravel-migrationslaravel-10

Read More
Laravel - artisan migrate takes long time about 3 sec for each table on Ubuntu 22.04 & 23.04...

mysqllaravelapacheubuntularavel-migrations

Read More
I can not migrate tables again...

laravellaravel-5laravel-artisanmigratelaravel-migrations

Read More
I got error while migrating laravel migrations in arch linux...

linuxlaravellaravel-migrationsarch

Read More
How to drop softDeletes from a table in a migration...

phpdatabaselaravellaravel-migrations

Read More
How to make bit column like in SQL Server using Laravel Database Migration...

sql-serverlaraveldatabase-migrationlaravel-migrationsdbmigrate

Read More
Reverse migration / drop foreign key for custom index name laravel migration...

mysqllaravellaravel-migrations

Read More
How Can I Set the Default Value of a DATE Column to the Current date with Laravel Migrations?...

laravellaravel-8laravel-migrations

Read More
Laravel Seeder throws SQLSTATE[42000]: Syntax error or access violation...

phplaraveleloquent-relationshiplaravel-migrationslaravel-seeding

Read More
I don't use migrations in Laravel, is that a problem for server initial response time?...

laravelpagespeedlaravel-migrations

Read More
Proper way to store 32-bit binary in Laravel...

phpmysqllaravellaravel-migrations

Read More
SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'proform_id' doesn't ...

phpmysqllaravelweb-frameworkslaravel-migrations

Read More
Laravel: migrations change default value(boolean) of column...

laravellaravel-migrations

Read More
Why creating table in migration error with created_at table?...

laravellaravel-migrations

Read More
Foreign key constraint is incorrectly formed (with inno db)...

phplaravellaravel-migrations

Read More
I cannot delete data which have many-to-many relationship in laravel 9...

phpmany-to-manylaravel-9laravel-migrationslaravel-controller

Read More
How can I in migration to set index name automatically manually?...

mysqllaravellaravel-migrations

Read More
Using Laravel's foreignIdFor method and create a composite unique key...

laravellaravel-migrations

Read More
How to add comment to table (not column) in Laravel 5 migration?...

laravellaravel-5laravel-migrations

Read More
BackNext