Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
drift
v0.3.3
Drift
CLI
Commands
Command
Migrate
New
Options
Reset
Rollback
Status
Context
Migration
Migrator
AfterCallback
BeforeCallback
MigrationEntry
Support
MigrationsLoader
Generated using Crystal 1.12.2
2024-08-05 01:22:38 UTC
class
Drift::
Context
Drift::Context
Reference
Object
Defined in:
drift/context.cr
Instance Method Summary
#[]
(id : Int64)
#[]?
(id : Int64)
#add
(migration : Drift::Migration)
#empty?
#ids
#load_path
(path : String)
Instance Method Detail
def
[]
(id : Int64)
#
[
View source
]
def
[]?
(id : Int64)
#
[
View source
]
def
add
(migration :
Drift::Migration
)
#
[
View source
]
def
empty?
#
[
View source
]
def
ids
#
[
View source
]
def
load_path
(path : String)
#
[
View source
]