Skip to content
Advertisement

Generate entity from an existing table

I have a already created table:

JavaScript

From this table, I have generated an entity.

JavaScript

This entity generated creates something like this:

JavaScript

My question is from where the value of model is getting set. In above case the $model value is ''''

Is that correct or I need to make some change?

Advertisement

Answer

This is set from the default value which you have specified in this

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement