sql-to-laravel-migrations
sql-to-laravel-migrations copied to clipboard
bug data type: set and bigint
data type "set" be generated, but laravel do not support it.
generate "bigint()", it's wrong, should be "bigInteger()".