Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gh Ost | 11,381 | 4 | 9 days ago | 59 | July 07, 2022 | 287 | mit | Go | ||
GitHub's Online Schema-migration Tool for MySQL | ||||||||||
Strong_migrations | 3,590 | 103 | 5 | 8 days ago | 55 | August 09, 2023 | 10 | mit | Ruby | |
Catch unsafe migrations in development | ||||||||||
Migrations Generator | 3,310 | 547 | 50 | 8 months ago | 10 | September 19, 2017 | 83 | mit | PHP | |
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema. | ||||||||||
Laravel 5 Generators Extended | 2,443 | 1,683 | 92 | 3 months ago | 16 | September 10, 2020 | 28 | mit | PHP | |
This package extends the core file generators that are included with Laravel 5 | ||||||||||
Laravel Migrations Generator | 1,757 | 5 | 4 months ago | 48 | March 26, 2023 | 2 | mit | PHP | ||
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema. | ||||||||||
Lhm | 1,650 | 5 | 4 years ago | 15 | January 16, 2015 | 34 | bsd-3-clause | Ruby | ||
Online MySQL schema migrations | ||||||||||
React Bootstrap Table2 | 1,246 | 216 | 100 | 4 months ago | 67 | May 31, 2020 | 534 | mit | JavaScript | |
Next Generation of react-bootstrap-table | ||||||||||
Sequel Pro Laravel Export | 929 | a year ago | 2 | mit | PHP | |||||
A Sequel Pro / Sequel Ace bundle to generate Laravel migration files from existing tables. | ||||||||||
Risingstack Bootcamp | 701 | 5 years ago | 2 | JavaScript | ||||||
This is the Node.js Bootcamp we ask new recruits at RisingStack to finish in their first weeks. It helps to get the basics right, and prepare you to work on enterprise projects. | ||||||||||
Ruckusing Migrations | 506 | 30 | 12 | 3 months ago | 9 | May 21, 2016 | 31 | other | PHP | |
Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite |
A bundle for Sequel Pro and Sequel Ace that lets you generate Laravel migration files from existing tables.
./build.sh
to create Sequel Pro and Sequel Ace versions of the bundlebuild
directoryConnect to a database, and select a table in the left-hand column. From the application menu, choose Bundles › Export › Export to Laravel Migration, or use the keyboard shortcut ⌃⌥⌘M (that's CTRL + OPTION + CMD + M).
The resulting Laravel migration file will be saved in a new directory called SequelProLaravelExport on your desktop.
You can then move this file into your Laravel project (usually /database/migrations
) and then run artisan migrate
.
The Sequel Ace bundle will only work with version 3.0.0 and later of Sequel Ace.
You will also need to give Sequel Ace permission to write to the Desktop folder via the application's preferences:
Auto-generated migration files will likely need manual adjustments. Be sure to look at the code before
running artisan migrate
!
Thanks to everyone who has contributed to this project!
Please use Github issues for reporting bugs, and making comments or suggestions.
See CONTRIBUTING.md for how to contribute changes.
sequel-pro-laravel-export was written by Colin Viebrock and is released under the MIT License.
Copyright (c) 2016 Colin Viebrock