# Constants
const the data format for the bee generate migration datatype.
const the data format for the bee generate migration datatype.
# Structs
Column struct defines a single column of a table.
Foreign struct defines a single foreign relationship.
Index struct defines the structure of Index Columns.
Migration defines the migrations by either SQL or DDL.
RenameColumn struct allows renaming of columns.
Unique struct defines a single unique key combination.
# Interfaces
Migrationer is an interface for all Migration struct.