Hi;
(PHPRunner 5.1 Build 2503 )
We have a table ( _country) like
IdCountry
Estate
Country
In the "Datasource tables" we select the table --> Modify table --> Insert field
If we add the new field at the end it works fine
IdCountry
Estate
Country
NewField ---> ok
But if we add in another point it does not work ok
IdCountry
NewField ---> no ok
Estate
Country
The error is:
Error occured processing thefollowing command:
alter table ·_country· change ·country· ·Estate· VARCHAR(50) null
Error executing query
Duplicate column name 'Estate·
alter table ·_country· change ·country· ·Estate· VARCHAR(50) null
Do you wish to continue altering table?
If you say "yes" it does not work fine
Do you know what are we doing bad?
Thanks in advance
Aleix