I have a problem:
I have this struct in GO:
type Person struc{
name string
age int64
}
and I want to save it in a MYSQL table person with name varchar(255) and age int(11)
Im using the ExecContext function but it returns me Error 1265: Data truncated for column 'age' at row 1
Please if some one can help me with this it would be really nice, this are examples, not the real data, but is the problem actually