Skip to content

Commit

Permalink
Merge pull request #16 from s-bytebase/feature/add_phone_to_employee
Browse files Browse the repository at this point in the history
feat: add phone to employee table
  • Loading branch information
s-bytebase authored Apr 10, 2024
2 parents 6923770 + 22f331a commit d8c5ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bytebase/1001_add_phone.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE employee ADD phone TEXT;

0 comments on commit d8c5ede

Please sign in to comment.