v0.1.18 - 설정 화면과 기간형 D-DAY 관리 추가
This commit is contained in:
@@ -37,6 +37,8 @@ export const goals = sqliteTable('goals', {
|
||||
userId: integer('user_id').notNull().references(() => users.id, { onDelete: 'cascade' }),
|
||||
title: text('title').notNull(),
|
||||
targetDate: text('target_date').notNull(),
|
||||
activeFrom: text('active_from'),
|
||||
activeUntil: text('active_until'),
|
||||
status: text('status').notNull().default('active'),
|
||||
color: text('color').notNull().default('#1c1917'),
|
||||
createdAt: integer('created_at', { mode: 'timestamp_ms' }).notNull(),
|
||||
|
||||
Reference in New Issue
Block a user