mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-12 18:43:50 +00:00
chore(#15): update db_schema types
This commit is contained in:
@@ -37,7 +37,6 @@ export type Database = {
|
||||
profiles: {
|
||||
Row: {
|
||||
created_at: string | null
|
||||
email: string | null
|
||||
full_name: string | null
|
||||
id: string
|
||||
updated_at: string | null
|
||||
@@ -45,7 +44,6 @@ export type Database = {
|
||||
}
|
||||
Insert: {
|
||||
created_at?: string | null
|
||||
email?: string | null
|
||||
full_name?: string | null
|
||||
id: string
|
||||
updated_at?: string | null
|
||||
@@ -53,7 +51,6 @@ export type Database = {
|
||||
}
|
||||
Update: {
|
||||
created_at?: string | null
|
||||
email?: string | null
|
||||
full_name?: string | null
|
||||
id?: string
|
||||
updated_at?: string | null
|
||||
|
||||
Reference in New Issue
Block a user