Can't find a field in Database

One of the elements in the design references a field in the DB called Current Users’s Stripe Credit card’s last 4 digits. The problem is that when I go to Data view I don’t see this field neither in the schema or the data itself


@guy.pavlov This is cause the last 4 digits is coming from the stripe api. To store it in the database, you’d have to manually create a field and then you’d be able to reference when saving.