mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-05-30 11:27:35 +02:00
сделал crud_starter_tables
This commit is contained in:
parent
d9d723091e
commit
ade58fb80c
@ -32,6 +32,13 @@ NEED_USE_DB_VIEWS=false
|
||||
|
||||
#---------------------Template settings---------------------
|
||||
|
||||
#NEED_CREATE_MODEL_STRUCT - fill "true" if you want create model files with golang struct with all database fields
|
||||
NEED_CREATE_MODEL_STRUCT=true
|
||||
|
||||
#NEED_CREATE_MANUAL_FILES - fill "true" if you want create "_manual.go" files, intended for user manual changes
|
||||
NEED_CREATE_MANUAL_FILES=true
|
||||
|
||||
|
||||
#SERVICE_REPOSITORY_URL - URL of your new service repository (Github, gitlab, etc.)
|
||||
SERVICE_REPOSITORY_URL="gitlab.aescorp.ru/dsp_dev/claim/crud_service"
|
||||
|
||||
@ -124,12 +131,6 @@ TEMPLATE_EXTERNAL_PROTO_FILENAME=/home/user/GolandProjects/!sanek/sync_service/a
|
||||
|
||||
#---------------------Create files settings---------------------
|
||||
|
||||
#NEED_CREATE_MODEL_STRUCT - fill "true" if you want create model files with golang struct with all database fields
|
||||
NEED_CREATE_MODEL_STRUCT=true
|
||||
|
||||
#NEED_CREATE_MANUAL_FILES - fill "true" if you want create "_manual.go" files, intended for user manual changes
|
||||
NEED_CREATE_MANUAL_FILES=true
|
||||
|
||||
#NEED_CREATE_CRUD - fill "true" if you want create crud operations files
|
||||
NEED_CREATE_CRUD=true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user