Parcourir la source

need to add fields to common_field, it seems the last one in 06 not working, try 07 now

master
[email protected] il y a 1 mois
Parent
révision
9123b17044
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. +0
    -7
      src/main/resources/db/changelog/changes/06_commonField/02_add_common_field_fields

+ 0
- 7
src/main/resources/db/changelog/changes/06_commonField/02_add_common_field_fields Voir le fichier

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

--changeset Vin:added

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

Chargement…
Annuler
Enregistrer