github.com/Accefy/pop@v0.0.0-20230428174248-e9f677eab5b9/testdata/migrations/20190219210052_students.up.fizz (about)

     1  create_table("students") {
     2   t.Column("id", "uuid", {"primary": true})
     3   t.Timestamps()
     4  }