schema¶
import "github.com/jbcom/radioactive-ralph/internal/plandag/schema"
Package schema embeds the plandag SQL migrations.
Migrations are versioned files named NNNN_description.{up,down}.sql. The Runner in the parent plandag package applies them in order.
Index¶
Variables¶
FS is the embedded filesystem containing migration files.
var FS embed.FS
Generated by gomarkdoc