---
title: internal/store/schema
description: Go API reference for the schema package.
---
# schema
```go
import "github.com/jbcom/radioactive-ralph/internal/store/schema"
```
Package schema embeds the user\-level store SQL migrations.
Migrations are versioned files named NNNN\_description.\{up,down\}.sql. The Migrate function in the parent store package applies them in lexical order.
## Index
- [Variables](<#variables>)
## Variables
FS is the embedded filesystem containing migration files.
```go
var FS embed.FS
```
Generated by [gomarkdoc]()