You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2019/01/11 07:45:00 UTC

[jira] [Created] (SCB-1111) Update the Alpha Service to create the table and update the columns.

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)