class
CQL::MigrationRecord
- CQL::MigrationRecord
- Reference
- Object
Included Modules
- DB::Mappable
- DB::Serializable
Defined in:
migrations.crConstructors
- .new(id : Int64, name : String, version : Int32, created_at : Time | Nil = Time.local, updated_at : Time | Nil = Time.local)
- .new(rs : DB::ResultSet)
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)
#