I have assigned the primary key to my first column but when i run the 'DESCRIBE' command it is a success but i cannot see on the describe table that a primary key has been assigned.
How do I assign a primary key properly?
I have assigned the primary key to my first column but when i run the 'DESCRIBE' command it is a success but i cannot see on the describe table that a primary key has been assigned.
How do I assign a primary key properly?
The primary key should be a not nulled field. You can try this query.