20 lines
263 B
YAML
20 lines
263 B
YAML
wipe: true
|
|
|
|
replacements:
|
|
- match:
|
|
db_type: "INTEGER"
|
|
replace: "int64"
|
|
|
|
- match:
|
|
db_type: "INTEGER"
|
|
nullable: true
|
|
replace: "int64"
|
|
|
|
sqlite:
|
|
output: internal/models
|
|
|
|
psql:
|
|
output: internal/models
|
|
|
|
mysql:
|
|
output: internal/models |