Duplicate database

Ability to duplicate a database with all its properties

This is possible. Just copy the app and choose not to share the database. It will copy all the properties to the new app, and you can change the app.
Alternatively, if you want to copy data as well, you can make the first app cloneable (with data), make a clone, and then change it back to not cloneable.

Jeremy Blalock (Adalo): Just want to duplicate the database inside the same app though