Search code examples
Laravel - does migrate command work with folders?...


phplaravelmigrationlaravel-migrations

Read More
Start primary key from a value in Laravel 9...


phplaravellaravel-migrations

Read More
How to move the Laravel timestamps column to a special location...


phplaravellaravel-migrations

Read More
Current model is incompatible with old migrations...


laraveldatabase-designlaravel-migrations

Read More
Laravel Migration Error: SQLSTATE[42000]: Syntax error or access violation: 1091 with mysql...


phpmysqllaravellaravel-9laravel-migrations

Read More
How Laravel Generate Model Migration Controller all command related files?...


phplaravellaravel-migrationslaravel-controllerlaravel-models

Read More
Can not create migration (Laravel Framework 9.17.0)...


phplaravelubuntu-20.04laravel-9laravel-migrations

Read More
Laravel - SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value...


eloquentlaravel-8laravel-migrationsphp-7.4

Read More
Creating a nickname from other columns by migration, laravel 8...


phplaravellaravel-8database-migrationlaravel-migrations

Read More
Integrity constraint violation laravel 9...


mysqllaraveldatabase-migrationlaravel-artisanlaravel-migrations

Read More
How to use variables instead of column names for running new Migrations directly in the Controller...


phplaravellaravel-8laravel-migrationslaravel-schema-builder

Read More
How to seed related data during migration in Laravel?...


phplaravelmigrationlaravel-migrationslaravel-seeding

Read More
Cannot drop foreign key during Laravel's migration refresh...


laravellaravel-migrations

Read More
How to insert data in the enum field?...


laraveleloquentlaravel-migrations

Read More
How to use foreignUuid in laravel 9...


laravelmigrationdatabase-migrationlaravel-migrationslaravel-9

Read More
How to make a foreign key not using primary key...


phplaravelforeign-keysrelationlaravel-migrations

Read More
how to create laravel migration for postgresql array data type...


laravelpostgresqllaravel-migrations

Read More
Migration:refresh is throwing an error when trying to add a foreign key...


laravellaravel-migrations

Read More
function (Blueprint $table), Is $table a variable/property / object??? Which class's object/ var...


phplaravellaravel-8laravel-migrations

Read More
How to change the foreign key reference table with Migration...


phpmysqllaravellaravel-8laravel-migrations

Read More
Laravel inserting data in SQL not possible cause of wrong use of functions...


laravellaravel-migrations

Read More
Laravel database, what data type should I use to store a passport number?...


phpmysqllaravellaravel-8laravel-migrations

Read More
How to migrate Laravel database on Docker onto Google Cloud...


laraveldockergoogle-cloud-platformlaravel-migrations

Read More
Saving seeding data to database in Laravel...


phplaravellaravel-migrationslaravel-seeding

Read More
Laravel migrations run with no error but integer field is not created...


laravellaravel-8laravel-migrations

Read More
why foreign key not get setted in laravel migrations...


laravelmodel-view-controllermigrationlaravel-migrations

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


laraveleloquentdatabase-migrationlaravel-migrations

Read More
Laravel migration failing with foreign keys...


laravelforeign-keyslaravel-migrations

Read More
Postgres and Laravel how to change column from type string to integer?...


phplaravelpostgresqleloquentlaravel-migrations

Read More
Laravel 5.4: SQLSTATE[HY000]: General error: 1005 Can't create table "Foreign key constrain...


phpmysqllaravellaravel-5laravel-migrations

Read More
BackNext