vapor / fluent-postgres-driver

🐘 PostgreSQL driver for Fluent.
MIT License
149 stars 53 forks source link

PostgreSQLPoint column not created with migration #30

Closed jonny7 closed 6 years ago

jonny7 commented 6 years ago

I noticed that when I declared in my model var location: PostgreSQLPoint? that fluent skipped this column on table creation.

tanner0101 commented 6 years ago

fixed. thanks!