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
Post a Comment