mirror of
https://github.com/ArthurDanjou/nuxt-starter.git
synced 2026-01-21 23:40:35 +01:00
Lint code
This commit is contained in:
@@ -46,4 +46,4 @@
|
||||
"internal": {
|
||||
"indexes": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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