Browse Source

Add-column-deleted-date

new-feature
Viet.LeQ2 2 years ago
parent
commit
502292242d
1 changed files with 2 additions and 0 deletions
  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 View File

expired_date timestamp, expired_date timestamp,
created_date timestamp, created_date timestamp,
modified_date timestamp, modified_date timestamp,
deleted_date timestamp,
created_by bigint, created_by bigint,
modified_by bigint, modified_by bigint,
deleted_by bigint, deleted_by bigint,
last_updated_date timestamp, last_updated_date timestamp,
created_date timestamp, created_date timestamp,
modified_date timestamp, modified_date timestamp,
deleted_date timestamp,
created_by bigint, created_by bigint,
modified_by bigint, modified_by bigint,
deleted_by bigint, deleted_by bigint,

Loading…
Cancel
Save