Jump to content

adminCategorycontroller


Recommended Posts

it's normal, this is how mysql databases works

it's necessary for database consistency

id_category is AUTO_INCREMENT and unique, there is no chance to create two the same unique id_category fields

it mean that if you remove id_category=12 you can't create it once again, you can do it manually, but it's not a good idea...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...