-
Notifications
You must be signed in to change notification settings - Fork 0
Domain
Hookyns edited this page Apr 25, 2017
·
2 revisions
Create new Entity class which extends base Entity
- @param {String} name Name of new entity (class)
- @param {Object} properties Object with entity parameters
- @param {Type} [idType] Allows you to override default id property
Create migration script in defined path.
- @param {String} path
Run last created migration in given path
- @param {String} path
Just call dispose in adapter