github.com/Accefy/pop@v0.0.0-20230428174248-e9f677eab5b9/testdata/migrations/20181106204930_head.up.fizz (about) 1 create_table("heads") { 2 t.Column("id", "integer", {"primary": true}) 3 t.Column("body_id", "integer", {}) 4 t.ForeignKey("body_id", {"bodies": ["id"]}, {}) 5 t.DisableTimestamps() 6 }