github.com/duskeagle/pop@v4.10.1-0.20190417200916-92f2b794aab5+incompatible/migrations/20181104135526_good_friends.up.fizz (about)

     1  create_table("good_friends") {
     2    t.Column("id", "int", {primary: true})
     3    t.Column("first_name", "string", {})
     4    t.Column("last_name", "string", {})
     5  }