Created
May 11, 2016 07:33
-
-
Save daipresents/d5038a00a4713171a915c0f9a6f6b443 to your computer and use it in GitHub Desktop.
開発時のAgileなデータベース管理とは?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE ...; | |
DROP TABLE ...; | |
-- other DDL changes | |
INSERT INTO CHANGELOG (16, '0016_customer_info.sql', GETDATE(), USER); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment