331 | | |
| 331 | alter table wrbd.operation_op add column op_nb_sets numeric; |
| 332 | alter table wrbd.operation_op rename column op_num_fishing to op_nb_pass; |
| 333 | alter table wrbd.operation_op add column op_density numeric; |
| 334 | alter table wrbd.operation_op add column op_equipment character varying(40); |
| 335 | update wrbd.operation_op set op_equipment='Handset'; |
| 336 | alter table wrbd.operation_op rename column op_num_fishing to op_nb_pass; |
| 337 | alter table wrbd.operation_op add column op_nbfem integer; |
| 338 | alter table wrbd.operation_op add column op_nbmal integer; |
| 339 | alter table wrbd.operation_op add column op_nbind integer; |