Documentation ¶
Overview ¶
This file takes Rambler parser to our project as Rambler is binary and cannot be imported. Copied from https://github.com/elwinar/rambler/raw/master/migration.go (0dcaf6b)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migration ¶
type Migration struct { Name string // contains filtered or unexported fields }
Migration represent a migration file, composed of up and down sections containing one or more statements each.
func NewMigration ¶
NewMigration generate a migration from the given file
Click to show internal directories.
Click to hide internal directories.