github.com/Accefy/pop@v0.0.0-20230428174248-e9f677eab5b9/testdata/migrations/20190219211041_parents_students.up.fizz (about) 1 create_table("parents_students") { 2 t.Column("parent_id", "uuid", {}) 3 t.Column("student_id", "uuid", {}) 4 t.DisableTimestamps() 5 }