Skip to content
Snippets Groups Projects
Commit 64fd3c3c authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Added even more todos

parent 221595af
Branches
No related tags found
No related merge requests found
Pipeline #82101 failed
......@@ -20,6 +20,7 @@ func addTable(name string) {
- Check if the table already exists in the datasmith.yaml file
- Add a new table and columns to the datasmith.yaml file
- Create a new table file in the sql directory (by database type)
- Generate Test Data for the new table if wanted
- Add Table to import-sql.sh
- Add Description to the DBML file
- Add Description and mermaid to the README.md file
......
......@@ -44,6 +44,7 @@ func main() {
commands.Version(version)
case "help":
commands.Help()
// TODO: list tables, show table, remove table, generate test data
default:
fmt.Printf("Unknown command: %s\n", command)
commands.Help()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment