Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
interro
v0.2.6
Interro
Any
Config
ConflictHandler
Action
CreateOperation
DeleteOperation
UnscopedDeleteOperation
DoNothing
DynamicQuery
Error
Exception
Field
JoinClause
Migration
Migrations
SchemaMigration
SQLGenerator
Model
NonStrict
NotFound
OrderBy
Query
QueryBuilder
CompoundQuery
InnerJoin
OrderByDirection
ResultSetIterator
QueryExpression
QueryRecord
QueryValue
UnexpectedEmptyResultSet
Update
UpdateOperation
Validations
Error
Failure
Result
Value
NamedTuple
PQ
Generated using Crystal 1.14.0
2024-11-11 19:33:33 UTC
struct
Interro::
Migrations::
SchemaMigration
Interro::Migrations::SchemaMigration
Struct
Value
Object
Included Modules
DB::Mappable
DB::Serializable
Defined in:
migrations.cr
Constructors
.new
(name : String, added_at : Time)
.new
(rs : DB::ResultSet)
Class Method Summary
.from_rs
(rs : DB::ResultSet)
Instance Method Summary
#added_at
: Time
#added_at=
(added_at : Time)
#name
: String
#name=
(name : String)
Constructor methods inherited from module
DB::Serializable
new(*, __set_for_db_serializable rs : DB::ResultSet)
new
Constructor Detail
def self.
new
(name : String, added_at : Time)
#
[
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
added_at
: Time
#
[
View source
]
def
added_at=
(added_at : Time)
#
[
View source
]
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]