i need to access One2Many field via SQL query, but i can't find it in the Model's table. my model is called `subscription.subscription`
and it has this field:
'function_line_ids': fields.one2many('subscription.function.subscription.line', 'subscription_id', 'Functions'),
i need this field, but as i said cant find it on the model's table. Where does odoo store this information?