mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-10 23:33:07 +00:00
:(
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
afc634b0d2
commit
d173e6ea73
22 changed files with 1433 additions and 472 deletions
|
@ -32,6 +32,7 @@ export const journalEntries = pgTable("journal_entries", {
|
|||
.references(() => users.id, { onDelete: "cascade" })
|
||||
.notNull(),
|
||||
moodChange: integer("mood-change").default(0).notNull(),
|
||||
title: varchar({ length: 64 }).default("").notNull(),
|
||||
entry: varchar({ length: 4096 }).default("").notNull(),
|
||||
visibility: integer().default(1).notNull(),
|
||||
date: timestamp().notNull()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue