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

migration-support.default-create-table.sql Maven / Gradle / Ivy

There is a newer version: 15.6.0
Show newest version
create table ${table} (
  id                           integer not null,
  mtype                        varchar(1) not null,
  mstatus                      varchar(10) not null,
  mversion                     varchar(150) not null,
  mcomment                     varchar(150) not null,
  mchecksum                    integer not null,
  run_on                       timestamp not null,
  run_by                       varchar(30) not null,
  run_time                     integer not null,
  constraint pk_${table} primary key (id)
);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy