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

     1  create_table("labels") {
     2    t.Column("id", "string", {"primary": true})
     3    t.DisableTimestamps()
     4  }