mirror of
https://github.com/openharmony/applications_notes.git
synced 2026-07-18 18:24:27 -04:00
@@ -107,7 +107,8 @@ export enum TableSql {
|
||||
+ NoteTableColumn.IsDeleted + " INTEGER DEFAULT 0,"
|
||||
+ NoteTableColumn.CreatedTime + " INTEGER,"
|
||||
+ NoteTableColumn.ModifiedTime + " INTEGER,"
|
||||
+ NoteTableColumn.DeletedTime + " INTEGER"
|
||||
+ NoteTableColumn.DeletedTime + " INTEGER,"
|
||||
+ NoteTableColumn.SliderValue + " INTEGER "
|
||||
+ ")",
|
||||
|
||||
AttachmentTableSQL = "CREATE TABLE IF NOT EXISTS " + TableName.AttachmentTable + " ("
|
||||
|
||||
Reference in New Issue
Block a user