关键词:migrate

1
A Laravel 5 package to help organise migration files.
2
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
3
Allows you to protect more than just the production environment from potentially destructive tasks
4
Allows you to target additional environments to run migrations
5
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
6
Laravel command to migrate sessions from file storage to Redis.
8
Laravel Artisan command to migrate postgres multi tentant