Closed jonny7 closed 6 years ago
I noticed that when I declared in my model var location: PostgreSQLPoint? that fluent skipped this column on table creation.
var location: PostgreSQLPoint?
fixed. thanks!
I noticed that when I declared in my model
var location: PostgreSQLPoint?
that fluent skipped this column on table creation.