Signed-off-by: lilium-saber <WR364999428@hotmail.com>
master
lilium-saber 2 years ago
parent e8a5e6c146
commit 5637289a56

@ -63,7 +63,7 @@ public class NotesDatabaseHelper extends SQLiteOpenHelper { // 该类为便签SQ
NoteColumns.VERSION + " INTEGER NOT NULL DEFAULT 0" +
NoteColumns.LOCKED + " INTEGER NOT NULL DEFAULT 0" +
NoteColumns.PICTURE_URI + " TEXT NOT NULL DEFAULT ''," +
NoteColumns.PICTURE + " TEXT NOT NULL DEFAULT ''," +
")";

Loading…
Cancel
Save