Skip to content

Instantly share code, notes, and snippets.

@brmeyer
Created March 14, 2013 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brmeyer/bfbc78c770904cc6fca8 to your computer and use it in GitHub Desktop.
Save brmeyer/bfbc78c770904cc6fca8 to your computer and use it in GitHub Desktop.
10:14:46,964 DEBUG SQL:104 -
alter table ThisTableHasAnLongEnoughName
add constraint fooAUnique unique (fooA)
10:14:46,965 DEBUG SQL:104 -
alter table ThisTableHasAnLongEnoughName
add constraint fooBConstraintPurposefullyHasAnIncrediblyLongName unique (fooB)
10:14:46,966 DEBUG SQL:104 -
alter table ThisTableHasAnLongEnoughName
add constraint "fooDUnique" unique (fooD)
10:14:46,967 DEBUG SQL:104 -
alter table ThisTableHasAnLongEnoughName
add constraint "fooEConstraintPurposefullyHasAnIncrediblyLongName" unique (fooE)
10:14:46,968 DEBUG SQL:104 -
alter table ThisTableHasAnLongEnoughName
add constraint UK_ThisTableHasAnLongEnoughName_1 unique (fooC)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment