Class FlywaveVerProp

  • All Implemented Interfaces:

    @ConfigurationProperties(value = FlywaveVerProp.Key) 
    public class FlywaveVerProp
    
                        
    set version and journal table for Flywave.
    - `{{PLAIN_NAME}}` The `plain` table name of the target table
    - `{{TABLE_NAME}}` Target table name, can be plain, shard, trace table
    - `{{TABLE_BONE}}` Target table field (at least name, type, comments), without indexes and constraints
    - `{{TABLE_PKEY}}` The field name in PK of the target table, used to create a normal index copy from the original PK
    
    Since:

    2019-05-30

    Author:

    trydofor