How to create a Data Store class with a relation

the relation simply indicates that when there is a value in the order attribute in the orderedProduct table, and that same value appears in id in the order table, the two records are related.
you could also rest-expose orderedProduct.order, and just display that value, instead.

for your doctor table, are any of the attributes rest-exposed? the attributes that are listed don’t appear in the diagram you had shown, previously.
it is also possible that you either have a query in force (hit the “X” in the top right panel to clear it), or that there are no entities in the dataclass.

Thank you

I checked everything

When I click on data classses in the data explorer, I can’t see the Attributes
However, there are times when it appears suddenly

Extremely unresponsive

It is a strange phenomenon

I’ll see if I can send it as a video for confirmation

Supplement

If i look at the Preview in a new tab, the data exists

make sure that the dataclass and the atrributes are exposed, too

Confirmed

Guess from the symptoms

Maybe it’s a latency, region, etc. issue?

ugh.
i’m surprised that the team hasn’t weighed in, yet. it’s been days…

For example,
if i migrating from another database to Qodly
Import data into the Doctor Data Class and Appointment Data Class
Is there a way to connect the relationship after that?

isn’t it automatically connected?
if i import data for related tables, the relationship is just respected.

In that case, do I need to disconnect the relation when importing?

I would like to know the official specifications

i don’t ever disconnect relations when importing.

Thank you

I’ll give it a try

It would be nice to have more information and a demo about Relation following the Doctor, patient, and appointment tutorials
I would like to understand this
We expect that it will be available quickly for general reservations and logistics systems

are you setting all of those up as N:N relations?