Wilson Freitas wrote: > Hi all, > > Is it possible to use storm to handle self-referencing tables ? Sure -- look at the tutorial section "The Storm base class". Inherit from that, and define the self-references using the stringified version of the class name. <https://storm.canonical.com/Tutorial#head-bcaf591032d0efda072f3c51adc3649714407552> Steve