Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. private static final String SQL_CREATE_ENTRIES =
  2. "CREATE TABLE " + MemoryContract.MemoryEntry.TABLE_NAME + " (" +
  3. MemoryContract.MemoryEntry._ID + INTEGER_TYPE + " PRIMARY KEY" + COMMA_SEP +
  4. MemoryContract.MemoryEntry.COLUMN_IMAGE + TEXT_TYPE + COMMA_SEP +
  5. MemoryContract.MemoryEntry.COLUMN_TITLE + TEXT_TYPE + " )";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement