16 lines
221 B
YAML
16 lines
221 B
YAML
wipe: true
|
|
|
|
replacements:
|
|
- match:
|
|
db_type: "INTEGER"
|
|
replace: "int64"
|
|
|
|
- match:
|
|
db_type: "INTEGER"
|
|
nullable: true
|
|
replace: "int64"
|
|
|
|
sql:
|
|
dialect: sqlite
|
|
dir: db
|
|
output: internal/models |