This website works better with JavaScript.
Home
Explore
Help
Sign In
kelvinsuen
/
LIONER-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
need to add fields to common_field, it seems the last one in 06 not working, try 07 now
master
[email protected]
1 month ago
parent
8d479584af
commit
9123b17044
1 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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`;
Write
Preview
Loading…
Cancel
Save