last edited byusericonadmin on 29-Apr-2010

Contents

Automatic Schema Generation

TODO

Should automatic schema generation be used in production?

Automatic schema generation should never be used in a production environment. If used, it should be exclusively used in a development environment only.

CFML References

Autogenerating database schema
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSEEDC38C4-D99D-40e9-8F8B-22A5511E8E4A.html

ColdFusion-ORM: Auto-generation of tables, Naming Strategy and automatically populating data
http://www.manjukiran.net/2009/10/09/coldfusion-orm-auto-generation-of-tables-naming-strategy-and-automatically-populating-data/

ColdFusion 9 ORM Custom Naming Strategy
http://bears-eat-beets.blogspot.com/2009/10/coldfusion-9-orm-custom-naming-strategy.html

ColdFusion ORM : Keeping database in sync with your model
http://www.rupeshk.org/blog/index.php/2009/12/coldfusion-orm-keeping-database-in-sync-with-your-model/

Other references

Hibernate: hbm2ddl.auto=update in production?
http://stackoverflow.com/questions/221379/hibernate-hbm2ddl-autoupdate-in-production

How to creata database Schema using Hibernate
http://stackoverflow.com/questions/835961/how-to-creata-database-schema-using-hibernate