Skip to content

docs: $db->getFieldData() data explanation is not complete #6308

@kenjis

Description

@kenjis

$db->getFieldData()'s explanation is not complete and accurate.

The following data is available from this function if supported by your database:

    name - column name
    max_length - maximum length of the column
    primary_key - 1 if the column is a primary key
    type - the type of the column

https://codeigniter4.github.io/CodeIgniter4/database/metadata.html#db-getfielddata

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationPull requests for documentation only

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions