Hello,
When trying to alter my table to add a column, it will be added at the
end of the table, i want to get my column after a given column name,
for example get my table like this :
ID
firstname
lastname
<--- my new added column here
adrress
country
<--- not here !
how to get it ?