Skip to content

Cannot use Y column type #123

@Mysak007

Description

@Mysak007

Hello,
I'm trying to use money type in my DBF file, but I tried all TableTypes and still getting this error: Table not supports Y column type

        $header = HeaderFactory::create(TableType::VISUAL_FOXPRO);

        // příprava tabulky pro faktury vydané
        $invoceTable = new TableCreator(self::FILEPATHINVOICE, $header);
        $invoceTable
            ->addColumn(new Column([
                'name' => 'CASTKA',
                'type' => FieldType::CURRENCY,
                'length' => 19,
                'decimalCount' => 4,
            ]))

Is it a bug or I'm wrong somewhere?
Thanks Michal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions