Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

[*] Fields Detection - Does not detect automatically Postgresql fields of type integer[] as an array of integers field #127

Open
arnaudbesnier opened this issue Feb 26, 2018 · 0 comments

Comments

@arnaudbesnier
Copy link
Member

arnaudbesnier commented Feb 26, 2018

Lumber should handle Postgresql fields having the integer[] type, and should create a Sequelize field like this:

myArrayOfIntegersField: { type: DataTypes.ARRAY(DataTypes.INTEGER) }
@arnaudbesnier arnaudbesnier changed the title [*] Fields Detection - Does not detect automatically Postgresql type integer[] as DataTypes.ARRAY(DataTypes.INTEGER) [*] Fields Detection - Does not detect automatically Postgresql fields of type integer[] as an array of integers field Feb 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant