What does "unsigned" mean in MySQL and when should I use it?
|
MySql says:
When do I use it ? Ask yourself this question: Will this field ever contain a negative value? A common mistake is to use a primary key that is an auto-increment |
|||||
|
|
|
|
MySql says:
When do I use it ? Ask yourself this question: Will this field ever contain a negative value? A common mistake is to use a primary key that is an auto-increment |
|||||
|