You've already forked obsidian-visualiser
Homebrew manager completed !
This commit is contained in:
@@ -52,7 +52,7 @@ export const characterTable = table("character", {
|
||||
id: int().primaryKey({ autoIncrement: true }),
|
||||
name: text().notNull(),
|
||||
owner: int().notNull().references(() => usersTable.id, { onDelete: 'cascade', onUpdate: 'cascade' }),
|
||||
people: int().notNull(),
|
||||
people: text().notNull(),
|
||||
level: int().notNull().default(1),
|
||||
aspect: int(),
|
||||
notes: text(),
|
||||
|
||||
Reference in New Issue
Block a user