Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit a3f4d91d authored by Shnappy31's avatar Shnappy31
Browse files

fix: Column name #36

parent a9bd7e4f
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ const BDPM_Cip = dbA.sequelize.define('BDPM_Cip', { // eslint-disable-line no-al
commercialState: { type: Sequelize.STRING(40) },
commercialDate: { type: Sequelize.DATEONLY },
reimbursementRate: { type: Sequelize.DECIMAL(3, 2) },
price: { type: Sequelize.DECIMAL(10, 2) },
price1: { type: Sequelize.DECIMAL(10, 2) },
price2: { type: Sequelize.DECIMAL(10, 2) },
priceTTC: { type: Sequelize.DECIMAL(10, 2) },
reimbursementAmount: { type: Sequelize.DECIMAL(10, 2) },
priceHD: { type: Sequelize.DECIMAL(10, 2) },
reimbursementText: { type: Sequelize.TEXT }
}, {
freezeTableName: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment