export interface IPrimaryKeySchema { /** * Key name. */ name: string; /** * Column to which this primary key is bind. */ columnName: string; }