Following is my db creation code.
@Override public void onCreate(SQLiteDatabase db) { db.execSQL(\"CREATE TABLE \" + TABLE_NAME + \" (\" +
actually I think your code is just fine.. you can save those values as strings (TEXT) just like you did.. (if you want to)
and you probably get the error for the System.currentTimeMillis() that might be too big for INTEGER