Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-migrations

Creating database view in migration laravel 5.2

Laravel 5.2 php artisan migrate:rollback error

Laravel Migration: Add a column with a default value of an existing column

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

How to run laravel migration and DB seeder except one

Is it possible to do migration on dynamic database connection with Laravel 5?

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

How do Laravel migrations work?

Laravel migration - Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails

How to specify folder for laravel migrations?

Laravel 5.1 How do you create a MySQL stored procedure with migration

Changing Laravel MYSQL to utf8mb4 for Emoji Support in Existing Database

Available actions for onUpdate / onDelete in Laravel 5.x

Laravel timestamps() doesn't create CURRENT_TIMESTAMP

How to seed database migrations for laravel tests?

Drop Unique Index Laravel 5

Laravel 5.1 Migration and Seeding Cannot truncate a table referenced in a foreign key constraint

Error migrations: Cannot declare class X, because the name is already in use [closed]

naming tables in many to many relationships laravel

How to drop softDeletes from a table in a migration