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