I am trying to create a user table this way:
But I am getting this error:
This is not a number
What am I doing wrong?
You need to provide the VARCHAR length (the number of characters). The length should be a numeric value. then you can get rid of the error.
INT type have 4 bytes storage capacity so you can only give max lenght of 11.
Check this for more details
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With