Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-migrations

Create a tiny integer column with custom size in Laravel migration

Where to put migration within a Laravel 5.1 package?

How to set default DateTime() in Laravel migrations? [duplicate]

laravel 5.4 migration issue

Model not linking to table in laravel php

Laravel Changing Migration field Float to Double

Laravel migration boolean field created in Db like tiny integer

Laravel/lumen 5.2 generate migration tables from existing database

Foreign key constraint error when refreshing migrations - Laravel

Is Laravel migration ip type ipv6 ready?

How to set auto increment into non primary key?

PDOException (1044) SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'forge'

Using UUID as default value in a laravel migration

laravel-migrations

How to run laravel migrations without artisan (using code)

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

Add sql table column before or after specific other column - by migrations in Laravel 4.1