Skip to content

Instantly share code, notes, and snippets.

@skimbrel
Created April 11, 2013 18:10
Show Gist options
  • Save skimbrel/5365756 to your computer and use it in GitHub Desktop.
Save skimbrel/5365756 to your computer and use it in GitHub Desktop.
sa.Index('idx_auth_type_access_token',
user_auth_table.c.auth_type,
user_auth_table.c.access_token,
mysql_length=512)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment