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

bug data type: set and bigint

Open shaunthegeek opened this issue 6 years ago • 0 comments

data type "set" be generated, but laravel do not support it.

generate "bigint()", it's wrong, should be "bigInteger()".

shaunthegeek avatar Nov 13 '18 10:11 shaunthegeek