You've already forked obsidian-visualiser
Add Health, mana and armor editing
This commit is contained in:
@@ -58,6 +58,7 @@ export const characterTable = sqliteTable("character", {
|
||||
name: text().notNull(),
|
||||
owner: int().notNull().references(() => usersTable.id, { onDelete: 'cascade', onUpdate: 'cascade' }),
|
||||
progress: text({ mode: 'json' }).notNull(),
|
||||
values: text({ mode: 'json' }).notNull().default({}),
|
||||
thumbnail: blob(),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user