github.com/Accefy/pop@v0.0.0-20230428174248-e9f677eab5b9/testdata/migrations/20200621140800_clients.up.fizz (about) 1 create_table("clients") { 2 t.Column("id", "string", {"length": 32, "primary": true}) 3 t.DisableTimestamps() 4 }