Answer the question
In order to leave comments, you need to log in
Why doesn't the id column ( PRIMARY KEY, AUTO_INCREMENT ) use UNSIGNED mode?
Good afternoon. In many lessons and examples I see tables by type:
CREATE TABLE name (
id int(11) NOT NULL AUTO_INCREMENT,
...
PRIMARY KEY ( id )
) DEFAULT CHARSET=utf8;
Answer the question
In order to leave comments, you need to log in
You can use it, examples are written as simply as possible, mostly so that they are easy to understand.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question