struct Movie::Persistence::SchemaMigration

Defined in:

movie/persistence/migrations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(version : Int64, name : String, checksum : String) #

[View source]

Instance Method Detail

def checksum : String #

def clone #

[View source]
def copy_with(version _version = @version, name _name = @name, checksum _checksum = @checksum) #

[View source]
def name : String #

def version : Int64 #