I need to make a column in Database Unique but can duplicate if change another column number.
+-----------------------------------+------------+
| Name | Status |
+-----------------------------------+------------+
| XerK | 1 |
| cdya | 1 |
| XerK | 2 |
| cdya | 2 |
+-----------------------------------+------------+
I need to like this table but no duplicate when status same equal.
Thank you.