Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support model on model #379

Merged
merged 2 commits into from
Oct 27, 2023
Merged

Support model on model #379

merged 2 commits into from
Oct 27, 2023

Conversation

brandboat
Copy link
Contributor

@brandboat brandboat commented Oct 26, 2023

Description

Support model based on model

baseModel field is added in this pr

{
   "name":"BookReplica",
   "refSql":null,
   "baseModel":"Book",
   "columns":[
      {
         "name":"authorId",
         "type":"STRING",
         "relationship":{
            "empty":true,
            "present":false
         }
      }
   ]
}

@brandboat brandboat force-pushed the feature/support-model-on-model branch from db82e4e to 33723c1 Compare October 27, 2023 02:44
Copy link
Contributor

@goldmedal goldmedal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@goldmedal goldmedal merged commit 75bc4b2 into main Oct 27, 2023
3 checks passed
@goldmedal goldmedal deleted the feature/support-model-on-model branch October 27, 2023 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants