Skip to content

Instantly share code, notes, and snippets.

@FRosner
Created June 7, 2019 09:43
Show Gist options
  • Save FRosner/25912f3ea419d7887eabd3c653be5532 to your computer and use it in GitHub Desktop.
Save FRosner/25912f3ea419d7887eabd3c653be5532 to your computer and use it in GitHub Desktop.
-- V1.0.1__Customer_id_index.sql
create unique index customer_id
on customers (id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment