Modifying table structure? #733
Replies: 2 comments
-
Not all features are supported to be applied to or inherited from the parent table. See this section of the documentation If you needed to inherit any property that cannot be applied to the parent, then it would not work to set the template to that obviously. So would not recommend doing that. Whether you need to keep the template property in sync is actually a good question. I'm not 100% positive but I don't think you actually do at this time for the features that are template-only. It's mostly looking up specific properties from the template that aren't actually even looking at all of the columns. Would be something interesting to test further. |
Beta Was this translation helpful? Give feedback.
-
This is the function that pulls properties from the template Looking through here, I think the only thing that would matter is if you changed structures around any columns that are involved in a unique index. Other than that, it's just looking up table properties that aren't really affected by structure too much. |
Beta Was this translation helpful? Give feedback.
-
From what I understand, if I modify table structure, I need to modify the template table as well?
Why is there a separate template table, instead of using the parent as a template?
Will it work if I put in the parent as the template?
Beta Was this translation helpful? Give feedback.
All reactions