All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lex.mybatis-flex-spring-boot-test.1.10.3.source-code.field_mapping_test.sql Maven / Gradle / Ivy

The newest version!
create table field_mapping
(
    id varchar(255) not null
        primary key
);
create table field_mapping_inner
(
    id          varchar(255) not null
        primary key,
    out_id      varchar(255) null,
    create_date timestamp null
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy