Xethron\MigrationsGenerator\Generators\SchemaGenerator::getFields PHP Method

getFields() public method

public getFields ( $table )
    public function getFields($table)
    {
        return $this->fieldGenerator->generate($table, $this->schema, $this->database, $this->ignoreIndexNames);
    }