Browse Source

no message

master
[email protected] 1 month ago
parent
commit
df6780f5a1
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      src/main/resources/db/changelog/changes/07_commonField_add_fields/01_add_common_field_fields

+ 10
- 0
src/main/resources/db/changelog/changes/07_commonField_add_fields/01_add_common_field_fields View File

@@ -0,0 +1,10 @@
--liquibase formatted sql

--changeset Vin:added

ALTER TABLE `common_field`
ADD COLUMN `nameChi` VARCHAR(200) NULL AFTER `yyyyDateOfBirth`,
ADD COLUMN `gender` VARCHAR(10) NULL AFTER `nameChi`;


ALTER TABLE file_blob AUTO_INCREMENT = 50;

Loading…
Cancel
Save