github.com/fasmat/pop@v4.13.1+incompatible/testdata/migrations/20181130023854_head_ptr.up.fizz (about)

     1  create_table("head_ptrs") {
     2   t.Column("id", "integer", {"primary": true})
     3   t.Column("body_id", "integer", {"null": true})
     4   t.ForeignKey("body_id", {"bodies": ["id"]}, {})
     5   t.DisableTimestamps()
     6  }