For technical needs, it is required to make one of the entries in the table with id falling out of the common row, but so that it does not affect the auto_increment sequence.
-1 not suitable, as the field is unsigned
0 not suitable, because the application has checks for empty
999999 would do, but what about auto_increment?
And in general, what approach is usually practiced to solve this problem?