We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e7d08 commit 09ea6c2Copy full SHA for 09ea6c2
app/types/database.types.ts
@@ -72,24 +72,24 @@ export type Database = {
72
timeline_nodes: {
73
Row: {
74
created_at: string | null
75
- description: string
76
id: string
+ time: string
77
title: string
78
topic_id: string
79
updated_at: string | null
80
}
81
Insert: {
82
created_at?: string | null
83
84
id?: string
+ time?: string
85
86
87
updated_at?: string | null
88
89
Update: {
90
91
- description?: string
92
93
title?: string
94
topic_id?: string
95
0 commit comments