phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
28 stars 23 forks source link

[FEATURE] (Postgres) Column type must me the same from the live table ( example :: uuid type ) #105

Open yassinrais opened 3 years ago

yassinrais commented 3 years ago

As we know in Postgres, we have many types of columns, also we can create any type as we want

So column's type must me the same from table (example:: uuid type)