mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-25 09:00:29 +01:00
Add auth
This commit is contained in:
@@ -4,5 +4,6 @@ import { sql } from 'drizzle-orm'
|
||||
export const users = sqliteTable('users', {
|
||||
id: integer('id').primaryKey(),
|
||||
name: text('name').default(''),
|
||||
email: text('email').default(''),
|
||||
createdAt: text('created_at').default(sql`(CURRENT_DATE)`),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user