sql-to-laravel-migrations icon indicating copy to clipboard operation
sql-to-laravel-migrations copied to clipboard

Python script that converts sql database tables into laravel migrations

Results 8 sql-to-laravel-migrations issues
Sort by recently updated
recently updated
newest added

https://docs.python.org/2/library/unittest.html#unittest.TestCase.maxDiff https://help.github.com/en/actions/creating-actions/creating-a-docker-container-action https://medium.com/swlh/how-to-connect-to-mysql-docker-from-python-application-on-macos-mojave-32c7834e5afa

data type "set" be generated, but laravel do not support it. generate "bigint()", it's wrong, should be "bigInteger()".

php script doesn't seem to create foreign keys in the generated migrations

Hello, I don't think your PHP script notices nullable columns. Useful script, though, thanks!

python and php implementations needs to be the same. some features were added after pull request

Proper docs folder, screenshots, clearer documentation

um, just like the title, we can name connections in each database to generate