interface PostgresV3Column {
    dataType: PostgresV3DataType;
    name: string;
}

Properties

Properties

name: string