Support Meta Box Geolocation Warning: Cannot use a scalar value as an array Reply To: Warning: Cannot use a scalar value as an array

#11348
wkoehnwkoehn
Participant

Anh, what data type should I be using for the custom table storage?


MB_Custom_Table_API::create( 'hcr_location_meta', array(
'hcr_location_type' => 'TEXT NOT NULL',
'hcr_location_address' => 'TEXT NOT NULL',
'hcr_location_map'   => '??????????',
) );