Protocol specific properties for Models and Attributes
Similar to how Datastores need to have protocol specific properties defined in the manifest so Dore can connect
and interact with the underlying system, Models and Attributes need to have protocol specific properties, such as
table names for models, column names and their data types for attributes, defined in the manifest so Dore can
interact with the entities in the underlying system.
Let's add these properties to the Models and Attributes we created in the previous section as shown below: