Signed-off-by: lilium-saber <WR364999428@hotmail.com>
DEV
lilium-saber 2 years ago
parent 9dc6c71e46
commit c81f61fd53

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

@ -210,21 +210,13 @@ public class Notes { // 定义类,给模块的其他类提供变量定义
*/
public static final String LOCKED = "locked"; // 锁定状态 ****
/*
* The password
* <P>
* Type : TEXT
* </P>
*/
public static final String PASSWORD = "password"; // 密码 *****
/*
* The picture
* <P>
* Type : BLOB
* </P>
*/
public static final String PICTURE = "picture"; // 图片****
public static final String PICTURE = "picture"; // 图片路径****
}

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

Loading…
Cancel
Save