Write the SQL statement to create table and set the primary key; Order Details code example
Example: create id to primary using query
ALTER TABLE lead_offer_notes ADD PRIMARY KEY (id);
ALTER TABLE lead_offer_notes ADD PRIMARY KEY (id);