tableName; } /** * Set the table name * * @param string $tableName * * @return $this */ public function setTableName($tableName) { $this->tableName = $tableName; return $this; } public function getKeyName() { return []; } public function getColumns() { return []; } }