mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-28 18:30:25 +01:00
Fix small details
This commit is contained in:
@@ -5,5 +5,6 @@ export const users = sqliteTable('users', {
|
||||
id: integer('id').primaryKey(),
|
||||
name: text('name').default(''),
|
||||
email: text('email').default(''),
|
||||
description: text('description').default(''),
|
||||
createdAt: text('created_at').default(sql`(CURRENT_DATE)`),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user