Welcome Guest, Not a member yet? Register   Sign In
is there a way to get more metadata
#1

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
Reply
#2

Not with DBForge, but you can use an sql query to get t.

Using SQL to Manage Data
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB