I have database of service requests and I want to make things clearly sorted.
Currently I have just auto-increment enabled but, I want to make auto increment of id in this format : xxxx-16,
where 16 is last 2 digits of current year and x are auto incremented id.
is there any way of doing this?