Add auto_increment after table created

Snippet
ALTER TABLE purchase_links ADD id INT UNSIGNED NOT NULL AUTO_INCREMENT first, add primary key (id);

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.