Closed thedodd closed 3 years ago
schema new
{timestamp}-{name}.yaml
schema up
*.up.yaml
schema down
*.down.yaml
Done.
ddl / schema management
schema new
command to create a new changeset file with a{timestamp}-{name}.yaml
structure.schema up
command which will execute all*.up.yaml
schema changesets in the specified directory.schema down
command which will execute all*.down.yaml
schema changesets in the specified directory.