2 lines
90 B
Bash
2 lines
90 B
Bash
|
#! /bin/bash
|
||
|
goctl model mysql ddl --src ./ddl/$1.sql --dir model/ --home ./goctl_template
|