migrations-generator icon indicating copy to clipboard operation
migrations-generator copied to clipboard

uuid generates guid

Open fcolecumberri opened this issue 6 years ago • 0 comments

We are using postgresql, and inside our database we use uuid type (which is supported by both, postgresql and laravel) but when the migrations got generated, the field was modified to guid (which is not supported by laravel but according to https://www.postgresql.org/docs/8.3/datatype-uuid.html uuid and guid are the same)

fcolecumberri avatar Feb 26 '20 16:02 fcolecumberri