macro_rules! generate_without_runtime_using_defaults {
() => { ... };
}Expand description
Generate a ./structure.sql file using migrations from the ./migrations folder.
macro_rules! generate_without_runtime_using_defaults {
() => { ... };
}Generate a ./structure.sql file using migrations from the ./migrations folder.