Just a thought, would there be any problem if I have a 0 value of primary key in db table? Like performance issue, security, conflicts, etc.
+-------+---------+
| key | value |
+-------+---------+
| 0 | a |
| 1 | a |
| 2 | ab |
+-------+---------+
This shouldn’t cause any problems…