Skip to content

Instantly share code, notes, and snippets.

@sprejjs
Created July 26, 2017 12:01
Show Gist options
  • Select an option

  • Save sprejjs/f1e77720b971e5641c55961ad0c1bd68 to your computer and use it in GitHub Desktop.

Select an option

Save sprejjs/f1e77720b971e5641c55961ad0c1bd68 to your computer and use it in GitHub Desktop.
private static final String SQL_CREATE_ENTRIES =
"CREATE TABLE " + MemoryContract.MemoryEntry.TABLE_NAME + " (" +
MemoryContract.MemoryEntry._ID + INTEGER_TYPE + " PRIMARY KEY" + COMMA_SEP +
MemoryContract.MemoryEntry.COLUMN_IMAGE + TEXT_TYPE + COMMA_SEP +
MemoryContract.MemoryEntry.COLUMN_TITLE + TEXT_TYPE + " )";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment