Using Table column created in database directly

I am adding some columns by running a StoredProcedure in my CUBA Application. However, since those columns are created inside the database by stored procedure, I do not see them in screen designers to include them.

for example:
This is how the Entity looks like in CUBA
image

Database table, after some columns are added dynamically.
image

How can I include all such table columns in CUBA STUDIO?

Hi,
You can use Generate Model feature of the Studio to generate entity by already existing table:
https://doc.cuba-platform.com/studio/#generate_model