Hi, I'm currently trying to get my database for my website to work but at the moment I'm having a lot of issues with the new version? Basically I'm trying to create a simple registration table setup which includes:
- user_id
- firstname
- lastname
- username
- email
- password
And the problem is that when I put them all in, set the Index's and the data types, it comes up with a message saying:
"This is not a number"?
I have no idea why it keeps coming up with this, any ideas?
Here's what it looks like at the moment http://i.imgur.com/faOXjrs.png
Thanks.