--- title: internal/plandag/schema description: Go API reference for the schema package. --- # schema ```go 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](<#variables>) ## Variables FS is the embedded filesystem containing migration files. ```go var FS embed.FS ``` Generated by [gomarkdoc]()