How do I create and configure the database of a WEB application? Routines responsible for creating the database and CRUD in the application itself when it is first started on the server are implemented, or you must do this through DBMS itself or some interface that provides access to the bank?
Generally in Desktop applications the database is being created and configured at run time when the application is started the first time or this process is done by an installer. With WEB applications occur in the same way?