map postgres ltree value to recursive struct

前端 未结 0 1750
抹茶落季
抹茶落季 2021-02-06 19:15

i am designing a comment reply model in golang and postgres, and my comment table looks like this.

create TABLE comments(postid uuid DEFAULT uuid_generate_v4 (),
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题