class CQL::MigrationRecord

Included Modules

Defined in:

migrations.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : Int64, name : String, version : Int32, created_at : Time | Nil = Time.local, updated_at : Time | Nil = Time.local) #

[View source]
def self.new(rs : DB::ResultSet) #

[View source]

Class Method Detail

def self.from_rs(rs : DB::ResultSet) #

[View source]

Instance Method Detail

def created_at? : Time | Nil #

[View source]
def id : Int64 #

[View source]
def name : String #

[View source]
def updated_at? : Time | Nil #

[View source]
def version : Int32 #

[View source]