java - In Play Framework, how and when are changes to models synchronized with the DB schema? -
in play framework, when add or modify model, when update made database schema? done automatically, or need initiate manually somehow?
if running in dev mode, done immediately. definition of when server request next invoked, update check made , kicks off process recompiling java classes, , result database schema also.
if in prod mode, when server starts.
Comments
Post a Comment