Is there a way to get more metadata |
according to documentation the only metadata we can get with this "$fields = $this->db->field_data('table_name');"
are $field->name; $field->type;$field->max_length;$field->primary_key; but is there a way to check if a field is required or a foreign key? thanks |
Messages In This Thread |
Is there a way to get more metadata - by javiecholson188 - 03-08-2018, 01:20 AM
RE: Is there a way to get more metadata - by Kaosweaver - 03-08-2018, 07:29 AM
RE: Is there a way to get more metadata - by DanielRhodes - 03-11-2018, 12:22 PM
|