关键词:migrations

1
从既有的数据库中以 Migration 的形式导出数据库表,包括索引和外键,类似于数据库的逆向操作。当你的 Migration 文件数量巨大的时候,即可使用此工具来做整理。
2
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
4
A Laravel 5 package to help organise migration files.
5
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
7
Converts DB schema to Laravel code (Migrations & Models)
9
Laravel package which allows automatically running migrations from different folders, useful when you have custom folder structure
10
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
11
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
13
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.
14
Simple, reversible migrations for Laravel
15
Countries, Languages and Time Zones Package for Laravel 5.*
16
Allows you to protect more than just the production environment from potentially destructive tasks
17
Allows you to target additional environments to run migrations
19
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
22
Export your database quickly and easely as a Laravel Migration and all the data as a Seeder class.
23
Create command files that will be run once so that you don't have to remember about it.
24
this is a package for Laravel Framework to export, via command line, Database in Migration and all data in a Seed
26
Dynamically Laravel CRUD administration with automatic database migrations
28
Improved version of Laravel 5's Migrator. Adds better error messaging and support for rollbacks with custom paths
29
Generates Laravel Migrations from an existing database
30
This Laravel package is useful for big databases for a better migrations structure.