Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-migrations

Updating the data of an existing column and copying data with migrations

Laravel Database Migration for Two Projects using same database

Laravel 5.x Database Triggers and possible best practices

Renaming column with postgreSQL in a migration

Laravel migration - how to change the `id` field to be primary and auto-incrementing later

laravel - after removing updated_at and created_at columns from database laravel tries to insert into them

Laravel: migrations change default value(boolean) of column

what is artisan migrate:install use for?

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

Deleted migrations files still migrating

Change primary key in Laravel migration with SQLite

Laravel: Unknown column type "timestamp" requested

Where are the methods in laravel ColumnDefinition class implemented?

How to use foreignId-constrained with default value?

How to create MyIsam table with a group auto_increment with Laravel migrations

How to create Laravel model from migration?

Laravel 9: how to insert data using raw sql while doing a migration?