CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

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

Open kenjis opened this issue 3 years ago • 0 comments

$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

kenjis avatar Jul 29 '22 00:07 kenjis