TriggerMetadata
interface
Metadata describing a PostgreSQL trigger.
Properties
| Name | Type | Description |
|---|---|---|
events? |
`("INSERT" | "DELETE" |
hash? |
string |
|
name |
string |
|
payloadFields? |
string[] |
|
schema |
string |
|
table |
string |
interface
Metadata describing a PostgreSQL trigger.
| Name | Type | Description |
|---|---|---|
events? |
`("INSERT" | "DELETE" |
hash? |
string |
|
name |
string |
|
payloadFields? |
string[] |
|
schema |
string |
|
table |
string |