Interface PdoColumnData

interface PdoColumnData {
    name: string;
    table: string;
}

Properties

Properties

name: string
table: string