MySQL自动递增主键按时间,每个MySQL表都应该有一个自动递增的主键吗?
I understand the value of primary keys.I understand the value of indexes.Should every MySQL table have an auto-incremented primary key (ideally with INT field type)?Update@Raj More's answer seems most...