Guest User

Untitled

a guest
Jul 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <changeSet author="me" id="20170407151802-1">
  2. <modifyDataType
  3. columnName="montant_ht"
  4. newDataType="DOUBLE(10,8)"
  5. tableName="activite"/>
  6. </changeSet>
  7.  
  8. <changeSet author="me" id="20170407151802-1">
  9. <modifyDataType
  10. columnName="montant_ht"
  11. newDataType="DECIMAL(10,2)"
  12. tableName="activite"/>
  13. </changeSet>
Add Comment
Please, Sign In to add comment