Explorar el Código

Add-column-deleted-date

new-feature
Viet.LeQ2 hace 2 años
padre
commit
502292242d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/main/resources/config/liquibase/sql/20231212_add_tb_code_and_tb_code_details.sql

+ 2
- 0
src/main/resources/config/liquibase/sql/20231212_add_tb_code_and_tb_code_details.sql Ver fichero

@@ -10,6 +10,7 @@ CREATE TABLE tb_code
expired_date timestamp,
created_date timestamp,
modified_date timestamp,
deleted_date timestamp,
created_by bigint,
modified_by bigint,
deleted_by bigint,
@@ -35,6 +36,7 @@ CREATE TABLE tb_code_details
last_updated_date timestamp,
created_date timestamp,
modified_date timestamp,
deleted_date timestamp,
created_by bigint,
modified_by bigint,
deleted_by bigint,

Cargando…
Cancelar
Guardar