loadedFromAdapter]; return Column::repository(Repository\MssqlRepository::DEFAULT_ALIAS, $adapter) ->where(Column::field('tableName'), $this->name ) ->and(Column::field('tableSchema'), $this->schema ) ->loadAll(); } }