sql server - MSSQL + Laravel: "Error by converting varchar to bigint" -


actually, can't insert data table big number. primary key has type of bigint, when try insert row i'm getting error. same thing happens when try manually heidisql.

it seems going insert string/varchar/nvarchar data bigint type column. please check data.


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -