Willem Jiang created SCB-1111:
---------------------------------
Summary: Update the Alpha Service to create the table and update
the columns.
Key: SCB-1111
URL: https://issues.apache.org/jira/browse/SCB-1111
Project: Apache ServiceComb
Issue Type: Improvement
Reporter: Willem Jiang
It's could better if the alpha server auto update the table schema itself.
# EclipseLink will attempt to create tables. If the table exists, EclipseLink
will add any missing columns.
spring:
jpa:
properties:
eclipselink:
ddl-generation: create-or-extend-tables
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)