How to drop column?

when I add some fields in my model columns are added in the database, but when I remove them and update my module they’re not dropped …
how to do that ?

I believe you have to manually drop them using SQL directly in the DB.

You can use the table handler which provides many method to manipulate the table schema.
I started to document them on Issue 9134: Documenting backend - Tryton issue tracker