You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create core.template table with the following fields
Template table (core.templates)
Id (int) id
Template Id - (int unique) (identifier)
Template (Json) (template)
Type (String) (e.g. plan)(type) - in case we want to have templates for other entities in future
Version - (int) (version)
The text was updated successfully, but these errors were encountered:
Create
core.template
table with the following fieldsTemplate table (core.templates)
Id (int) id
Template Id - (int unique) (identifier)
Template (Json) (template)
Type (String) (e.g. plan)(type) - in case we want to have templates for other entities in future
Version - (int) (version)
The text was updated successfully, but these errors were encountered: