java - Add/Alter table columns dynamically using Spring -


is possible add database table columns dynamically in spring framework?

by mean using spring dao alter table add new column without rebuild or compile.

i found possible in yii (php) framework using cdbmigration.

spring not meant db migration, should take @ tools flyway, take care of it.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -