class Marten::DB::Management::Migrations::Graph::Node

Defined in:

marten/db/management/migrations/graph/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(migration : Migration) #

[View source]

Instance Method Detail

def add_child(child : self) #

[View source]
def add_parent(parent : self) #

[View source]

[View source]
def migration : Marten::DB::Migration #

[View source]

[View source]