[Question] where are TYPE attributes stored?

Hi,

can’t find databasetable+column where TYPE attributes for TEL or ADR are stored.
I’m browsing through database with MyWebSQL Version 3.6

nc 10.0.6
contacts app 1.5.1
mysql 5.5.57
php 5.4.45

Regards,
Erwin

Hello!
All the vcards are stored in the oc_cards table! They’re stored as blob.

Thanks,

I discovered the column carddata of type blob.

There is a viewer in MyWebSQL for blob.

Is there a design rule what information is stored as part of vcard blob and what information is stored in table oc_cards_properties?

I honestly don’t know! :slight_smile:
The contacts app doesn’t use the properties table :slight_smile: