limoli/dbshift-core

View on GitHub
example/migrations/20190926154408-hello-world.up.sql

Summary

Maintainability
Test Coverage
CREATE TABLE greetings (
    description VARCHAR(150) NOT NULL
);

INSERT INTO greetings VALUES ('hello-world');