Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-migrations

Using float columns in Laravel 11 migrations

Laravel 7 migration: Syntax error or access violation: 1068 Multiple primary key defined

Laravel migration: using a native PHP enum

How to make a migration in laravel module?

Laravel 5 - How to seed table automatically after deploying an app?

Laravel Migrations Deleted File

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

Laravel 5.4 migration ENUM fails in MySQL

Update enum column in Laravel migration using PostgreSQL

Remove specific migration in laravel

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

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