Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
7c761ac790
commit
1dd6dbefff
@@ -1473,6 +1473,33 @@ export type Database = {
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
form_settings: {
|
||||
Row: {
|
||||
config: Json
|
||||
created_at: string
|
||||
form_key: string
|
||||
id: string
|
||||
updated_at: string
|
||||
updated_by: string | null
|
||||
}
|
||||
Insert: {
|
||||
config?: Json
|
||||
created_at?: string
|
||||
form_key: string
|
||||
id?: string
|
||||
updated_at?: string
|
||||
updated_by?: string | null
|
||||
}
|
||||
Update: {
|
||||
config?: Json
|
||||
created_at?: string
|
||||
form_key?: string
|
||||
id?: string
|
||||
updated_at?: string
|
||||
updated_by?: string | null
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
generated_documents: {
|
||||
Row: {
|
||||
body: string | null
|
||||
|
||||
Reference in New Issue
Block a user