Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daipresents/d5038a00a4713171a915c0f9a6f6b443 to your computer and use it in GitHub Desktop.
Save daipresents/d5038a00a4713171a915c0f9a6f6b443 to your computer and use it in GitHub Desktop.
開発時のAgileなデータベース管理とは?
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