PostgreSqlSetting
import type { PostgreSqlSetting } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
PostgreSql setting.
interface PostgreSqlSetting {
boolValue?: boolean;
intValue?: bigint;
realValue?: number;
setting?: string;
source?: string;
stringValue?: string;
unit?: string;
}