Skip to content

Instantly share code, notes, and snippets.

@ericwoodruff
Created November 20, 2013 03:13
Show Gist options
  • Save ericwoodruff/7557061 to your computer and use it in GitHub Desktop.
Save ericwoodruff/7557061 to your computer and use it in GitHub Desktop.
Column enum
public static enum Column {
_id ("INTEGER PRIMARY KEY"),
sync_state ("STRING NOT NULL DEFAULT 'none'"),
user_id ("LONG NOT NULL"),
...
;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment