I have found a strange situation in the weblog_data table.
In my site there is a custom field(relational type) which holds relationship between two weblogs.
In the drop down where that field exists shows values as the “entry_id” of the weblog and level as the “title” of the weblog.
But while entering the data against the corresponding field in the table “exp_weblog_data” table, it always stores different values for the same “title” ie “label”. More so, the values are always incremented when I save the data of the particular weblog.
Is there any other table which stores the values for the relational field? if so what is the relation between the exp_weblog_data and exp_weblog_title ?