DatabaseMetaOptions
The DatabaseMetaOptions type configures the table and column names used for metadata storage in a database.
{
table?: string;
addressColumn?: string;
timestampColumn?: string;
}| Type | Description | |
|---|---|---|
table? | string | |
addressColumn? | string | |
timestampColumn? | string |
Since
v0.0.0