lumber icon indicating copy to clipboard operation
lumber copied to clipboard

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

Open arnaudbesnier opened this issue 6 years ago • 0 comments

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

myArrayOfIntegersField: { type: DataTypes.ARRAY(DataTypes.INTEGER) }

arnaudbesnier avatar Feb 26 '18 15:02 arnaudbesnier