diff --git a/.gitignore b/.gitignore
index 485feb0..bf547c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ Temporary Items
/storage/framework
/storage/logs
/public/vendor
+.idea
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index a38fca6..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-
-# Datasource local storage ignored files
-/dataSources/
\ No newline at end of file
diff --git a/.idea/.name b/.idea/.name
deleted file mode 100644
index a522bc9..0000000
--- a/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-mein.sterntours.test
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
deleted file mode 100644
index a55e7a1..0000000
--- a/.idea/codeStyles/codeStyleConfig.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/commandlinetools/Laravel_30_07_20__13_56.xml b/.idea/commandlinetools/Laravel_30_07_20__13_56.xml
deleted file mode 100644
index 04e65cc..0000000
--- a/.idea/commandlinetools/Laravel_30_07_20__13_56.xml
+++ /dev/null
@@ -1,3114 +0,0 @@
-
-
-
-
- clear-compiled
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- down
-
| Options: |
| --message | | The message for the maintenance mode |
| --retry | | The number of seconds after which the request may be retried |
| --allow | | IP or networks allowed to access the application while in maintenance mode |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- env
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- help
- help command displays help for a given command:
php /Volumes/Websites/mein.sterntours.local/artisan help list
You can also output the help in other formats by using the --format option:
php /Volumes/Websites/mein.sterntours.local/artisan help --format=xml list
To display the list of available commands, please use the list command.
| Options: |
| --format | | The output format (txt, xml, json, or md) |
| --raw | | To output raw command help |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- command_name[=null]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- inspire
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- list
- list command lists all commands:
php /Volumes/Websites/mein.sterntours.local/artisan list
You can also display the commands for a specific namespace:
php /Volumes/Websites/mein.sterntours.local/artisan list test
You can also output the information in other formats by using the --format option:
php /Volumes/Websites/mein.sterntours.local/artisan list --format=xml
It's also possible to get raw list of commands (useful for embedding command runner):
php /Volumes/Websites/mein.sterntours.local/artisan list --raw
| Options: |
| --raw | | To output raw command list |
| --format | | The output format (txt, xml, json, or md) |
]]>
- namespace[=null]
-
-
-
-
-
-
- migrate
-
| Options: |
| --database | | The database connection to use |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --pretend | | Dump the SQL queries that would be run |
| --seed | | Indicates if the seed task should be re-run |
| --step | | Force the migrations to be run so they can be rolled back individually |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- optimize
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- preset
-
| Options: |
| --option | | Pass an option to the preset command |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- type
-
-
-
-
-
-
-
-
-
-
-
-
-
- serve
-
| Options: |
| --host | | The host address to serve the application on |
| --port | | The port to serve the application on |
| --tries | | The max number of ports to attempt to serve from |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- tinker
-
| Options: |
| --execute | | Execute the given code using Tinker |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- include[=null]
-
-
-
-
-
-
-
-
-
-
-
-
-
- up
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- auth:clear-resets
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name[=null]
-
-
-
-
-
-
-
-
-
-
-
-
- cache:clear
-
| Options: |
| --tags | | The cache tags you would like to clear |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- store[=null]
-
-
-
-
-
-
-
-
-
-
-
-
-
- cache:forget
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- key store[=null]
-
-
-
-
-
-
-
-
-
-
-
-
- cache:table
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- code:models
-
| Options: |
| --schema | (-s) | The name of the MySQL database |
| --connection | (-c) | The name of the connection |
| --table | (-t) | The name of the table |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- config:cache
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- config:clear
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- db:seed
-
| Options: |
| --class | | The class name of the root seeder |
| --database | | The database connection to seed |
| --force | | Force the operation to run when in production |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- db:wipe
-
| Options: |
| --database | | The database connection to use |
| --drop-views | | Drop all tables and views |
| --drop-types | | Drop all tables and types (Postgres only) |
| --force | | Force the operation to run when in production |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- debugbar:clear
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- event:cache
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- event:clear
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- event:generate
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- event:list
-
| Options: |
| --event | | Filter the events by name |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
- ide-helper:eloquent
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- ide-helper:generate
-
| Options: |
| --format | (-F) | The format for the IDE Helper |
| --write_mixins | (-W) | Write mixins to Laravel Model? |
| --helpers | (-H) | Include the helper files |
| --memory | (-M) | Use sqlite memory driver |
| --sublime | (-S) | DEPRECATED: Use different style for SublimeText CodeIntel |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- filename[=null]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ide-helper:meta
-
| Options: |
| --filename | (-F) | The path to the meta file |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
- ide-helper:models
-
| Options: |
| --filename | (-F) | The path to the helper file |
| --dir | (-D) | The model dir |
| --write | (-W) | Write to Model file |
| --nowrite | (-N) | Don't write to Model file |
| --reset | (-R) | Remove the original phpdocs instead of appending |
| --smart-reset | (-r) | Refresh the properties/methods list, but keep the text |
| --phpstorm-noinspections | (-p) | Add PhpFullyQualifiedNameUsageInspection and PhpUnnecessaryFullyQualifiedNameInspection PHPStorm noinspection tags |
| --ignore | (-I) | Which models to ignore |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- model[=null]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- key:generate
-
| Options: |
| --show | | Display the key instead of modifying files |
| --force | | Force the operation to run when in production |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:channel
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
- make:command
-
| Options: |
| --command | | The terminal command that should be assigned |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:controller
-
| Options: |
| --api | | Exclude the create and edit methods from the controller. |
| --force | | Create the class even if the controller already exists |
| --invokable | (-i) | Generate a single method, invokable controller class. |
| --model | (-m) | Generate a resource controller for the given model. |
| --parent | (-p) | Generate a nested resource controller class. |
| --resource | (-r) | Generate a resource controller class. |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:event
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
- make:exception
-
| Options: |
| --render | | Create the exception with an empty render method |
| --report | | Create the exception with an empty report method |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:export
-
| Options: |
| --model | (-m) | Generate an export for the given model. |
| --query | | Generate an export for a query. |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:factory
-
| Options: |
| --model | (-m) | The name of the model |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:import
-
| Options: |
| --model | (-m) | Generate an import for the given model. |
| --query | | Generate an import for a query. |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:job
-
| Options: |
| --sync | | Indicates that job should be synchronous |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:listener
-
| Options: |
| --event | (-e) | The event class being listened for |
| --queued | | Indicates the event listener should be queued |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:mail
-
| Options: |
| --force | (-f) | Create the class even if the mailable already exists |
| --markdown | (-m) | Create a new Markdown template for the mailable |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:middleware
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
- make:migration
-
| Options: |
| --create | | The table to be created |
| --table | | The table to migrate |
| --path | | The location where the migration file should be created |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --fullpath | | Output the full path of the migration |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:model
-
| Options: |
| --all | (-a) | Generate a migration, seeder, factory, and resource controller for the model |
| --controller | (-c) | Create a new controller for the model |
| --factory | (-f) | Create a new factory for the model |
| --force | | Create the class even if the model already exists |
| --migration | (-m) | Create a new migration file for the model |
| --seed | (-s) | Create a new seeder file for the model |
| --pivot | (-p) | Indicates if the generated model should be a custom intermediate table model |
| --resource | (-r) | Indicates if the generated controller should be a resource controller |
| --api | | Indicates if the generated controller should be an API controller |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:notification
-
| Options: |
| --force | (-f) | Create the class even if the notification already exists |
| --markdown | (-m) | Create a new Markdown template for the notification |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:observer
-
| Options: |
| --model | (-m) | The model that the observer applies to. |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:policy
-
| Options: |
| --model | (-m) | The model that the policy applies to |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:provider
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
- make:request
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
- make:resource
-
| Options: |
| --collection | (-c) | Create a resource collection |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
- make:rule
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
- make:seeder
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
- make:test
-
| Options: |
| --unit | | Create a unit test |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- name
-
-
-
-
-
-
-
-
-
-
-
-
-
- migrate:fresh
-
| Options: |
| --database | | The database connection to use |
| --drop-views | | Drop all tables and views |
| --drop-types | | Drop all tables and types (Postgres only) |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --seed | | Indicates if the seed task should be re-run |
| --seeder | | The class name of the root seeder |
| --step | | Force the migrations to be run so they can be rolled back individually |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- migrate:install
-
| Options: |
| --database | | The database connection to use |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
- migrate:refresh
-
| Options: |
| --database | | The database connection to use |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --seed | | Indicates if the seed task should be re-run |
| --seeder | | The class name of the root seeder |
| --step | | The number of migrations to be reverted & re-run |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- migrate:reset
-
| Options: |
| --database | | The database connection to use |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --pretend | | Dump the SQL queries that would be run |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- migrate:rollback
-
| Options: |
| --database | | The database connection to use |
| --force | | Force the operation to run when in production |
| --path | | The path(s) to the migrations files to be executed |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --pretend | | Dump the SQL queries that would be run |
| --step | | The number of migrations to be reverted |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- migrate:status
-
| Options: |
| --database | | The database connection to use |
| --path | | The path(s) to the migrations files to use |
| --realpath | | Indicate any provided migration file paths are pre-resolved absolute paths |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- notifications:table
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- optimize:clear
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- package:discover
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- passport:client
-
| Options: |
| --personal | | Create a personal access token client |
| --password | | Create a password grant client |
| --client | | Create a client credentials grant client |
| --name | | The name of the client |
| --provider | | The name of the user provider |
| --redirect_uri | | The URI to redirect to after authorization |
| --user_id | | The user ID the client should be assigned to |
| --public | | Create a public client (Auth code grant type only) |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- passport:hash
-
| Options: |
| --force | | Force the operation to run without confirmation prompt |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
- passport:install
-
| Options: |
| --uuids | | Use UUIDs for all client IDs |
| --force | | Overwrite keys they already exist |
| --length | | The length of the private key |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- passport:keys
-
| Options: |
| --force | | Overwrite keys they already exist |
| --length | | The length of the private key |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- passport:purge
-
| Options: |
| --revoked | | Only purge revoked tokens and authentication codes |
| --expired | | Only purge expired tokens and authentication codes |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- queue:failed
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- queue:failed-table
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- queue:flush
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- queue:forget
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- id
-
-
-
-
-
-
-
-
-
-
-
-
- queue:listen
-
| Options: |
| --delay | | The number of seconds to delay failed jobs |
| --force | | Force the worker to run even in maintenance mode |
| --memory | | The memory limit in megabytes |
| --queue | | The queue to listen on |
| --sleep | | Number of seconds to sleep when no job is available |
| --timeout | | The number of seconds a child process can run |
| --tries | | Number of times to attempt a job before logging it failed |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- connection[=null]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- queue:restart
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- queue:retry
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- id
-
-
-
-
-
-
-
-
-
-
-
-
- queue:table
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- queue:work
-
| Options: |
| --queue | | The names of the queues to work |
| --daemon | | Run the worker in daemon mode (Deprecated) |
| --once | | Only process the next job on the queue |
| --stop-when-empty | | Stop when the queue is empty |
| --delay | | The number of seconds to delay failed jobs |
| --force | | Force the worker to run even in maintenance mode |
| --memory | | The memory limit in megabytes |
| --sleep | | Number of seconds to sleep when no job is available |
| --timeout | | The number of seconds a child process can run |
| --tries | | Number of times to attempt a job before logging it failed |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- connection[=null]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- route:cache
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- route:clear
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- route:list
-
| Options: |
| --columns | | Columns to include in the route table |
| --compact | (-c) | Only show method, URI and action columns |
| --json | | Output the route list as JSON |
| --method | | Filter the routes by method |
| --name | | Filter the routes by name |
| --path | | Filter the routes by path |
| --reverse | (-r) | Reverse the ordering of the routes |
| --sort | | The column (domain, method, uri, name, action, middleware) to sort by |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- schedule:finish
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
- id code[=null]
-
-
-
-
-
-
-
-
-
-
-
-
- schedule:run
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- session:table
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- storage:link
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- vendor:publish
-
| Options: |
| --force | | Overwrite any existing files |
| --all | | Publish assets for all service providers without prompt |
| --provider | | The service provider that has assets you want to publish |
| --tag | | One or many tags that have assets you want to publish |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- view:cache
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
- view:clear
-
| Options: |
| --help | (-h) | Display this help message |
| --quiet | (-q) | Do not output any message |
| --verbose | (-v) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug |
| --version | (-V) | Display this application version |
| --ansi | | Force ANSI output |
| --no-ansi | | Disable ANSI output |
| --no-interaction | (-n) | Do not ask any interactive question |
| --env | | The environment the command should run under |
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd b/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd
deleted file mode 100644
index f2efc6d..0000000
--- a/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/composerJson.xml b/.idea/composerJson.xml
deleted file mode 100644
index 1b07430..0000000
--- a/.idea/composerJson.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml
deleted file mode 100644
index 63cac87..0000000
--- a/.idea/dataSources.local.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
- #@
- `
-
-
- master_key
- cmssso_1
-
-
-
-
-
-
-
-
- #@
- `
-
-
- master_key
- root
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
deleted file mode 100644
index 126f31e..0000000
--- a/.idea/dataSources.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- mysql
- true
- com.mysql.jdbc.Driver
- jdbc:mysql://192.168.1.7:3306/cmssso_db1
-
-
-
-
-
-
-
-
-
-
- mysql
- true
- com.mysql.jdbc.Driver
- jdbc:mysql://localhost:3306/sterntours
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources/09ce12d1-7f68-4ce4-9ab1-0229d6366fdb.xml b/.idea/dataSources/09ce12d1-7f68-4ce4-9ab1-0229d6366fdb.xml
deleted file mode 100644
index b177ca2..0000000
--- a/.idea/dataSources/09ce12d1-7f68-4ce4-9ab1-0229d6366fdb.xml
+++ /dev/null
@@ -1,4762 +0,0 @@
-
-
-
-
- 5.7.25
- InnoDB
- InnoDB
- mixed/mixed
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- 1
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- utf8_general_ci
-
-
- armscii8
- 0
-
-
- armscii8
- 1
-
-
- ascii
- 0
-
-
- ascii
- 1
-
-
- big5
- 0
-
-
- big5
- 1
-
-
- binary
- 1
-
-
- cp1250
- 0
-
-
- cp1250
- 0
-
-
- cp1250
- 0
-
-
- cp1250
- 1
-
-
- cp1250
- 0
-
-
- cp1251
- 0
-
-
- cp1251
- 0
-
-
- cp1251
- 1
-
-
- cp1251
- 0
-
-
- cp1251
- 0
-
-
- cp1256
- 0
-
-
- cp1256
- 1
-
-
- cp1257
- 0
-
-
- cp1257
- 1
-
-
- cp1257
- 0
-
-
- cp850
- 0
-
-
- cp850
- 1
-
-
- cp852
- 0
-
-
- cp852
- 1
-
-
- cp866
- 0
-
-
- cp866
- 1
-
-
- cp932
- 0
-
-
- cp932
- 1
-
-
- dec8
- 0
-
-
- dec8
- 1
-
-
- eucjpms
- 0
-
-
- eucjpms
- 1
-
-
- euckr
- 0
-
-
- euckr
- 1
-
-
- gb18030
- 0
-
-
- gb18030
- 1
-
-
- gb18030
- 0
-
-
- gb2312
- 0
-
-
- gb2312
- 1
-
-
- gbk
- 0
-
-
- gbk
- 1
-
-
- geostd8
- 0
-
-
- geostd8
- 1
-
-
- greek
- 0
-
-
- greek
- 1
-
-
- hebrew
- 0
-
-
- hebrew
- 1
-
-
- hp8
- 0
-
-
- hp8
- 1
-
-
- keybcs2
- 0
-
-
- keybcs2
- 1
-
-
- koi8r
- 0
-
-
- koi8r
- 1
-
-
- koi8u
- 0
-
-
- koi8u
- 1
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 1
-
-
- latin2
- 0
-
-
- latin2
- 0
-
-
- latin2
- 0
-
-
- latin2
- 1
-
-
- latin2
- 0
-
-
- latin5
- 0
-
-
- latin5
- 1
-
-
- latin7
- 0
-
-
- latin7
- 0
-
-
- latin7
- 1
-
-
- latin7
- 0
-
-
- macce
- 0
-
-
- macce
- 1
-
-
- macroman
- 0
-
-
- macroman
- 1
-
-
- sjis
- 0
-
-
- sjis
- 1
-
-
- swe7
- 0
-
-
- swe7
- 1
-
-
- tis620
- 0
-
-
- tis620
- 1
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 1
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ujis
- 0
-
-
- ujis
- 1
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 1
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16le
- 0
-
-
- utf16le
- 1
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 1
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 1
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 1
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
-
- MyISAM
- utf8_unicode_ci
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MyISAM
- latin1_swedish_ci
-
-
-
- MyISAM
- latin1_swedish_ci
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MyISAM
- latin1_swedish_ci
-
-
- MyISAM
- latin1_swedish_ci
-
-
-
- 1
- varchar(4)|0s
- 1
- normal
- utf8_unicode_ci
-
-
- 2
- varchar(4)|0s
- 1
- normal
- utf8_unicode_ci
-
-
- 3
- varchar(255)|0s
- 1
- normal
- utf8_unicode_ci
-
-
- 4
- varchar(255)|0s
- 1
- normal
- utf8_unicode_ci
-
-
- 5
- varchar(255)|0s
- 1
- normal
- utf8_unicode_ci
-
-
- 6
- varchar(255)|0s
- 1
- normal
- utf8_unicode_ci
-
-
- 7
- tinyint(1) unsigned|0s
- 1
- 0
- normal
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- datetime|0s
- 1
- normal
-
-
- 4
- date|0s
- 1
- normal
-
-
- 5
- date|0s
- 1
- normal
-
-
- 6
- int(10) unsigned|0s
- 1
- normal
-
-
- 7
- int(10) unsigned|0s
- 1
- normal
-
-
- 8
- varchar(255)|0s
- 1
- normal
-
-
- 9
- varchar(255)|0s
- 1
- normal
-
-
- 10
- varchar(255)|0s
- 1
- normal
-
-
- 11
- varchar(255)|0s
- 1
- normal
-
-
- 12
- varchar(255)|0s
- 1
- normal
-
-
- 13
- varchar(255)|0s
- 1
- normal
-
-
- 14
- varchar(255)|0s
- 1
- normal
-
-
- 15
- varchar(255)|0s
- 1
- normal
-
-
- 16
- varchar(255)|0s
- 1
- normal
-
-
- 17
- varchar(255)|0s
- 1
- normal
-
-
- 18
- varchar(255)|0s
- 1
- normal
-
-
- 19
- varchar(255)|0s
- 1
- normal
-
-
- 20
- date|0s
- 1
- normal
-
-
- 21
- varchar(255)|0s
- 1
- normal
-
-
- 22
- int(10) unsigned|0s
- 1
- normal
-
-
- 23
- int(1) unsigned|0s
- 1
- normal
-
-
- 24
- varchar(255)|0s
- 1
- normal
-
-
- 25
- varchar(255)|0s
- 1
- normal
-
-
- 26
- int(10)|0s
- 1
- normal
-
-
- 27
- float(10,2 digit)|0s
- 1
- normal
-
-
- 28
- varchar(255)|0s
- 1
- normal
-
-
- 29
- float(10,2 digit)|0s
- 1
- normal
-
-
- 30
- float(6,2 digit)|0s
- 1
- normal
-
-
- 31
- text|0s
- 1
- normal
-
-
- 32
- float(10,2 digit)|0s
- 1
- normal
-
-
- 33
- float(10,2 digit)|0s
- 1
- normal
-
-
- 34
- float(10,2 digit)|0s
- 1
- normal
-
-
- 1
- Booking_ID
- 1
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varchar(191)|0s
- 1
- normal
-
-
- 3
- varchar(191)|0s
- 1
- normal
-
-
- 4
- varchar(10)|0s
- 1
- ''
- normal
-
-
- 5
- varchar(191)|0s
- normal
-
-
- 6
- text|0s
- normal
-
-
- 7
- bigint(14)|0s
- normal
-
-
- 8
- decimal(15,2 digit)|0s
- normal
-
-
- 9
- timestamp|0s
- normal
-
-
- 10
- timestamp|0s
- normal
-
-
- slug
- 1
- btree
-
-
- field
- btree
-
-
- 1
- id
- 1
-
-
- slug
- c_m_s_contents_slug_unique
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- normal
-
-
- 3
- int(11)|0s
- normal
-
-
- 4
- varchar(255)|0s
- 1
- normal
-
-
- 5
- longtext|0s
- 1
- normal
-
-
- 6
- longtext|0s
- 1
- normal
-
-
- 7
- varchar(255)|0s
- 1
- normal
-
-
- 8
- varchar(255)|0s
- normal
-
-
- 9
- varchar(255)|0s
- 1
- normal
-
-
- 10
- varchar(255)|0s
- 1
- normal
-
-
- 11
- int(11)|0s
- 1
- normal
-
-
- 12
- double|0s
- 1
- normal
-
-
- 13
- tinyint(1)|0s
- normal
-
-
- group_id
- btree
-
-
- type_id
- btree
-
-
- 1
- id
- 1
-
-
- group_id
- sterntours
- fewo_lodging_group
- id
-
-
- type_id
- sterntours
- fewo_lodging_type
- id
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- normal
-
-
- 3
- varchar(4)|0s
- normal
-
-
- 4
- smallint(4)|0s
- normal
-
-
- 5
- varchar(255)|0s
- 1
- normal
-
-
- 6
- varchar(255)|0s
- 1
- normal
-
-
- 7
- varchar(255)|0s
- normal
-
-
- group_id
- btree
-
-
- 1
- id
- 1
-
-
- group_id
- sterntours
- fewo_lodging_group
- id
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- normal
-
-
- 3
- smallint(4) unsigned|0s
- normal
-
-
- 4
- varchar(255)|0s
- 1
- normal
-
-
- 5
- varchar(255)|0s
- 1
- normal
-
-
- 6
- varchar(255)|0s
- normal
-
-
- lodging_id
- btree
-
-
- 1
- id
- 1
-
-
- lodging_id
- sterntours
- fewo_lodging
- id
- set-null
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- normal
-
-
- 3
- int(11)|0s
- normal
-
-
- 4
- double|0s
- 1
- normal
-
-
- 5
- double|0s
- 1
- normal
-
-
- lodging_id
- btree
-
-
- season_id
- btree
-
-
- 1
- id
- 1
-
-
- lodging_id
- sterntours
- fewo_lodging
- id
-
-
- season_id
- sterntours
- fewo_season
- id
- set-null
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- normal
-
-
- 3
- date|0s
- 1
- normal
-
-
- 4
- date|0s
- 1
- normal
-
-
- 5
- int(11)|0s
- 1
- normal
-
-
- 6
- int(11)|0s
- normal
-
-
- lodging_id
- btree
-
-
- 1
- id
- 1
-
-
- lodging_id
- sterntours
- fewo_lodging
- id
- set-null
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- date|0s
- 1
- normal
-
-
- 4
- date|0s
- 1
- normal
-
-
- 5
- int(11)|0s
- 1
- normal
-
-
- 6
- longtext|0s
- normal
-
-
- 7
- int(11)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- date|0s
- normal
-
-
- 3
- date|0s
- normal
-
-
- 4
- int(10)|0s
- normal
-
-
- 5
- float(10,2 digit)|0s
- normal
-
-
- start_date
-end_date
-travel_arrival_point_id
- 1
- btree
-
-
- travel_arrival_point_id
- btree
-
-
- 1
- id
- 1
-
-
- start_date
-end_date
-travel_arrival_point_id
- UK_start_date_end_date_travel_arrival_point
-
-
- travel_arrival_point_id
- sterntours
- travel_arrival_point
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- tinyint(1)|0s
- 0
- normal
-
-
- 4
- int(2)|0s
- 0
- normal
-
-
- 5
- int(2)|0s
- 0
- normal
-
-
- 1
- id
- 1
-
-
- 1
- mediumint(8) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varchar(20)|0s
- 1
- normal
-
-
- 3
- varchar(100)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(250)|0s
- 1
- normal
-
-
- 3
- varchar(200)|0s
- normal
-
-
- value
- 1
- btree
-
-
- 1
- id
- 1
-
-
- value
- value
-
-
- 1
- mediumint(8) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varbinary(16)|0s
- 1
- normal
-
-
- 3
- varchar(100)|0s
- 1
- normal
-
-
- 4
- int(11) unsigned|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(11) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varchar(100)|0s
- 1
- ''
- normal
-
-
- 3
- varchar(100)|0s
- 1
- ''
- normal
-
-
- 4
- varchar(200)|0s
- 1
- ''
- normal
-
-
- 5
- varchar(50)|0s
- 1
- ''
- normal
-
-
- 6
- bigint(16)|0s
- normal
-
-
- 7
- bigint(16)|0s
- normal
-
-
- 8
- varchar(32)|0s
- normal
-
-
- 9
- varchar(32)|0s
- normal
-
-
- 10
- varchar(32)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- varchar(255)|0s
- normal
-
-
- 2
- text|0s
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- program_id
- btree
-
-
- program_id
- sterntours
- travel_program
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- 0
- normal
-
-
- 3
- varchar(20)|0s
- normal
-
-
- 4
- int(11)|0s
- normal
-
-
- 5
- int(10)|0s
- 1
- normal
-
-
- 6
- int(10)|0s
- normal
-
-
- 7
- int(10)|0s
- 0
- normal
-
-
- 8
- varchar(255)|0s
- normal
-
-
- 9
- int(10)|0s
- normal
-
-
- 10
- int(10)|0s
- 1
- normal
-
-
- 11
- int(10)|0s
- 1
- normal
-
-
- 12
- int(10)|0s
- 0
- normal
-
-
- 13
- varchar(255)|0s
- normal
-
-
- 14
- varchar(255)|0s
- normal
-
-
- 15
- text|0s
- normal
-
-
- 16
- text|0s
- normal
-
-
- 17
- text|0s
- normal
-
-
- 18
- text|0s
- normal
-
-
- 19
- varchar(255)|0s
- normal
-
-
- 20
- int(11)|0s
- normal
-
-
- 21
- int(11)|0s
- normal
-
-
- 22
- int(10)|0s
- normal
-
-
- 23
- datetime|0s
- normal
-
-
- 24
- tinyint(1)|0s
- 1
- 0
- normal
-
-
- 25
- text|0s
- normal
-
-
- 26
- varchar(255)|0s
- normal
-
-
- 27
- varchar(511)|0s
- normal
-
-
- 28
- int(10)|0s
- normal
-
-
- 29
- varchar(80)|0s
- normal
-
-
- 30
- int(11)|0s
- normal
-
-
- 31
- int(11)|0s
- normal
-
-
- 32
- int(10)|0s
- normal
-
-
- 33
- int(10)|0s
- normal
-
-
- 34
- varchar(200)|0s
- normal
-
-
- 35
- text|0s
- normal
-
-
- 36
- varchar(200)|0s
- normal
-
-
- 37
- varchar(255)|0s
- normal
-
-
- 38
- varchar(255)|0s
- normal
-
-
- 39
- longtext|0s
- normal
-
-
- 40
- int(11)|0s
- normal
-
-
- 41
- timestamp|0s
- normal
-
-
- 42
- timestamp|0s
- normal
-
-
- keyword
- 1
- btree
-
-
- real_url_path
- 1
- btree
-
-
- fewo_lodging
- 1
- btree
-
-
- model
- btree
-
-
- country_id
- btree
-
-
- tree_root
- btree
-
-
- parent_id
- btree
-
-
- 1
- id
- 1
-
-
- keyword
- keyword
-
-
- real_url_path
- UNIQ_140AB620E2652A2A
-
-
- fewo_lodging
- UNIQ_140AB6209629C357
-
-
- country_id
- sterntours
- travel_country
- id
- set-null
-
-
- tree_root
- sterntours
- page
- id
- cascade
-
-
- parent_id
- sterntours
- page
- id
- cascade
-
-
- fewo_lodging
- sterntours
- fewo_lodging
- id
- set-null
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- 1
- normal
-
-
- 3
- varchar(200)|0s
- 1
- normal
-
-
- source_url_path
- 1
- btree
-
-
- page_id
- btree
-
-
- 1
- id
- 1
-
-
- source_url_path
- UNIQ_C30C9E2B56207465
-
-
- page_id
- sterntours
- page
- id
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varchar(191)|0s
- 1
- normal
-
-
- 3
- varchar(191)|0s
- normal
-
-
- 4
- text|0s
- normal
-
-
- 5
- text|0s
- normal
-
-
- 6
- tinyint(3) unsigned|0s
- normal
-
-
- 7
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 8
- timestamp|0s
- normal
-
-
- 9
- timestamp|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- longtext|0s
- normal
-
-
- 4
- varchar(255)|0s
- normal
-
-
- 5
- varchar(200)|0s
- normal
-
-
- 6
- varchar(200)|0s
- normal
-
-
- 7
- varchar(20)|0s
- normal
-
-
- 8
- double|0s
- normal
-
-
- 9
- int(11)|0s
- normal
-
-
- 10
- int(11)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- travel_country_id
- btree
-
-
- 1
- id
- 1
-
-
- travel_country_id
- sterntours
- travel_country
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- datetime|0s
- normal
-
-
- 4
- varchar(255)|0s
- normal
-
-
- 5
- int(10)|0s
- normal
-
-
- 6
- int(10)|0s
- normal
-
-
- 7
- varchar(255)|0s
- normal
-
-
- 8
- int(1)|0s
- normal
-
-
- 9
- varchar(255)|0s
- normal
-
-
- 10
- varchar(255)|0s
- normal
-
-
- 11
- varchar(255)|0s
- normal
-
-
- 12
- varchar(255)|0s
- normal
-
-
- 13
- varchar(255)|0s
- normal
-
-
- 14
- varchar(255)|0s
- normal
-
-
- 15
- int(10)|0s
- normal
-
-
- 16
- varchar(255)|0s
- normal
-
-
- 17
- varchar(255)|0s
- normal
-
-
- 18
- varchar(255)|0s
- normal
-
-
- 19
- text|0s
- normal
-
-
- 20
- date|0s
- normal
-
-
- 21
- date|0s
- normal
-
-
- 22
- int(2)|0s
- normal
-
-
- 23
- int(2)|0s
- normal
-
-
- 24
- int(2)|0s
- normal
-
-
- 25
- int(2)|0s
- normal
-
-
- 26
- text|0s
- normal
-
-
- 27
- text|0s
- normal
-
-
- 28
- int(2)|0s
- normal
-
-
- 29
- decimal(10,2 digit)|0s
- normal
-
-
- 30
- decimal(10,2 digit)|0s
- normal
-
-
- 31
- decimal(10,2 digit)|0s
- normal
-
-
- 32
- date|0s
- normal
-
-
- 33
- text|0s
- normal
-
-
- 34
- varchar(255)|0s
- normal
-
-
- 35
- text|0s
- normal
-
-
- 36
- int(1)|0s
- normal
-
-
- 37
- text|0s
- normal
-
-
- 38
- text|0s
- 1
- normal
-
-
- 39
- text|0s
- 1
- normal
-
-
- 40
- tinyint(1) unsigned|0s
- normal
-
-
- program_id
- btree
-
-
- period_id
- btree
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- text|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- 4
- int(10)|0s
- normal
-
-
- 5
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 6
- timestamp|0s
- normal
-
-
- 7
- timestamp|0s
- normal
-
-
- program_id
- btree
-
-
- 1
- id
- 1
-
-
- program_id
- sterntours
- travel_program
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- varchar(255)|0s
- 1
- normal
-
-
- 4
- text|0s
- normal
-
-
- 5
- text|0s
- normal
-
-
- 6
- int(10)|0s
- normal
-
-
- 7
- tinyint(1)|0s
- 0
- normal
-
-
- 8
- tinyint(1)|0s
- 0
- normal
-
-
- 9
- tinyint(1)|0s
- 1
- normal
-
-
- 10
- timestamp|0s
- normal
-
-
- 11
- timestamp|0s
- normal
-
-
- crm_id
- btree
-
-
- feedback_page_id
- btree
-
-
- 1
- id
- 1
-
-
- feedback_page_id
- sterntours
- page
- id
- set-null
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- 4
- varchar(255)|0s
- normal
-
-
- 5
- varchar(255)|0s
- normal
-
-
- 6
- varchar(255)|0s
- normal
-
-
- 7
- text|0s
- normal
-
-
- 8
- enum('flight', 'bus', 'own')|0e
- normal
-
-
- 9
- varchar(255)|0s
- normal
-
-
- 10
- int(10)|0s
- normal
-
-
- 11
- int(10)|0s
- normal
-
-
- program_id
-name
- 1
- btree
-
-
- period_id
-name
- 1
- btree
-
-
- flight_period_id
-name
- 1
- btree
-
-
- travel_arrival_point_id
-name
- 1
- btree
-
-
- program_id
- btree
-
-
- flight_period_id
- btree
-
-
- travel_arrival_point_id
- btree
-
-
- 1
- id
- 1
-
-
- program_id
-name
- UK_program_id_name
-
-
- period_id
-name
- UK_period_id_name
-
-
- flight_period_id
-name
- UK_flight_period_id_name
-
-
- travel_arrival_point_id
-name
- UK_travel_arrival_point_id_name
-
-
- program_id
- sterntours
- travel_program
- id
- cascade
-
-
- flight_period_id
- sterntours
- flight_period
- id
- cascade
-
-
- travel_arrival_point_id
- sterntours
- travel_arrival_point
- id
- set-null
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- date|0s
- normal
-
-
- 4
- date|0s
- normal
-
-
- 5
- float(10,2 digit)|0s
- normal
-
-
- departure_point_id
- btree
-
-
- 1
- id
- 1
-
-
- departure_point_id
- sterntours
- travel_departure_point
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- country_id
- btree
-
-
- 1
- id
- 1
-
-
- country_id
- sterntours
- travel_country
- id
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- 1
- 0
- normal
-
-
- 3
- float(10,2 digit)|0s
- normal
-
-
- 4
- tinyint(4)|0s
- 0
- normal
-
-
- 5
- date|0s
- normal
-
-
- 6
- date|0s
- normal
-
-
- 7
- tinyint(4)|0s
- 0
- normal
-
-
- period_id
- btree
-
-
- 1
- id
- 1
-
-
- period_id
- sterntours
- travel_period
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- text|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- 4
- varchar(255)|0s
- normal
-
-
- 5
- text|0s
- normal
-
-
- 6
- varchar(255)|0s
- normal
-
-
- 7
- tinytext|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- float(10,2 digit)|0s
- normal
-
-
- 3
- float(10,2 digit)|0s
- normal
-
-
- 4
- float(10,2 digit)|0s
- normal
-
-
- 5
- float(10,2 digit)|0s
- normal
-
-
- 6
- float(10,2 digit)|0s
- normal
-
-
- 7
- varchar(255)|0s
- normal
-
-
- 8
- int(10)|0s
- normal
-
-
- insurance_id
- btree
-
-
- 1
- id
- 1
-
-
- insurance_id
- sterntours
- travel_insurance
- id
- cascade
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varchar(191)|0s
- 1
- normal
-
-
- 3
- varchar(191)|0s
- 1
- normal
-
-
- 4
- varchar(191)|0s
- normal
-
-
- 5
- text|0s
- normal
-
-
- 6
- varchar(191)|0s
- normal
-
-
- 7
- varchar(191)|0s
- normal
-
-
- 8
- varchar(191)|0s
- normal
-
-
- 9
- tinyint(3) unsigned|0s
- normal
-
-
- 10
- tinyint(1)|0s
- 1
- 0
- normal
-
-
- 11
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 12
- timestamp|0s
- normal
-
-
- 13
- timestamp|0s
- normal
-
-
- slug
- 1
- btree
-
-
- 1
- id
- 1
-
-
- slug
- travel_magazines_slug_unique
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- tinyint(1)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- 4
- text|0s
- normal
-
-
- travel_country_id
- btree
-
-
- travel_nationality_id
- btree
-
-
- 1
- id
- 1
-
-
- travel_country_id
- sterntours
- travel_country
- id
-
-
- travel_nationality_id
- sterntours
- travel_nationality
- id
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- 4
- float(10,2 digit)|0s
- normal
-
-
- 5
- float(10,2 digit)|0s
- normal
-
-
- 6
- text|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- 4
- text|0s
- normal
-
-
- 5
- date|0s
- normal
-
-
- 6
- varchar(255)|0s
- normal
-
-
- 7
- varchar(255)|0s
- normal
-
-
- 8
- varchar(255)|0s
- normal
-
-
- 9
- int(5)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- 4
- int(10)|0s
- normal
-
-
- 5
- tinyint(1)|0s
- normal
-
-
- 6
- int(10)|0s
- normal
-
-
- 7
- float(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 8
- int(10)|0s
- normal
-
-
- 9
- tinyint(1)|0s
- 0
- normal
-
-
- program_id
- btree
-
-
- class
- btree
-
-
- travel_arrival_point_id
- btree
-
-
- 1
- id
- 1
-
-
- program_id
- sterntours
- travel_program
- id
- cascade
-
-
- class
- sterntours
- travel_class
- id
- cascade
-
-
- travel_arrival_point_id
- sterntours
- travel_arrival_point
- id
- set-null
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- int(4)|0s
- normal
-
-
- 4
- date|0s
- normal
-
-
- 5
- date|0s
- normal
-
-
- period_id
- btree
-
-
- 1
- id
- 1
-
-
- period_id
- sterntours
- travel_period
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- 4
- float(10,2 digit)|0s
- normal
-
-
- 5
- float(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 6
- float(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 7
- float(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 8
- float(10,2 digit)|0s
- 0.00
- normal
-
-
- 9
- float(10,2 digit)|0s
- 0.00
- normal
-
-
- 10
- float(10,2 digit)|0s
- 0.00
- normal
-
-
- 11
- float(10,2 digit)|0s
- 0.00
- normal
-
-
- 12
- float(10,2 digit)|0s
- 0.00
- normal
-
-
- 13
- float(10,2 digit)|0s
- 0.00
- normal
-
-
- 14
- tinyint(1) unsigned|0s
- 1
- normal
-
-
- price_type
-period_id
- 1
- btree
-
-
- period_id
- btree
-
-
- 1
- id
- 1
-
-
- price_type
-period_id
- UK_price_type_period_id
-
-
- period_id
- sterntours
- travel_period
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- 4
- varchar(255)|0s
- normal
-
-
- 5
- int(2)|0s
- normal
-
-
- 6
- int(2)|0s
- normal
-
-
- 7
- int(2)|0s
- normal
-
-
- 8
- int(2)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- float(10,2 digit)|0s
- 20.00
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- 4
- varchar(255)|0s
- normal
-
-
- 5
- int(2)|0s
- normal
-
-
- 6
- tinyint(1)|0s
- normal
-
-
- 7
- tinyint(1)|0s
- 0
- normal
-
-
- 8
- varchar(255)|0s
- normal
-
-
- 9
- varchar(255)|0s
- normal
-
-
- 10
- varchar(255)|0s
- normal
-
-
- 11
- int(2)|0s
- normal
-
-
- 12
- int(10)|0s
- normal
-
-
- 13
- int(10)|0s
- normal
-
-
- 14
- tinyint(3)|0s
- normal
-
-
- 15
- text|0s
- normal
-
-
- 16
- text|0s
- normal
-
-
- 17
- text|0s
- normal
-
-
- 18
- text|0s
- normal
-
-
- 19
- text|0s
- normal
-
-
- 20
- varchar(255)|0s
- normal
-
-
- 21
- int(2)|0s
- normal
-
-
- 22
- text|0s
- normal
-
-
- 23
- int(10)|0s
- normal
-
-
- 24
- int(10)|0s
- normal
-
-
- 25
- int(10)|0s
- normal
-
-
- 26
- int(10)|0s
- normal
-
-
- 27
- tinyint(1) unsigned zerofill|0s
- 1
- 0
- normal
-
-
- 28
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 29
- text|0s
- normal
-
-
- 30
- varchar(255)|0s
- 1
- ''
- normal
-
-
- 31
- varchar(255)|0s
- 1
- ''
- normal
-
-
- 32
- int(10)|0s
- normal
-
-
- 33
- int(10)|0s
- normal
-
-
- 34
- int(10)|0s
- normal
-
-
- 35
- tinyint(2) unsigned|0s
- normal
-
-
- 36
- tinyint(1)|0s
- 0
- normal
-
-
- 37
- text|0s
- normal
-
-
- 38
- float(10,2 digit)|0s
- normal
-
-
- 39
- int(10)|0s
- normal
-
-
- 40
- varchar(255)|0s
- normal
-
-
- 41
- smallint(6)|0s
- normal
-
-
- 42
- double|0s
- normal
-
-
- 43
- tinyint(4)|0s
- normal
-
-
- 44
- timestamp|0s
- normal
-
-
- 45
- timestamp|0s
- normal
-
-
- category_id
- btree
-
-
- organizer
- btree
-
-
- generalnote
- btree
-
-
- insurance_1
- btree
-
-
- insurance_2
- btree
-
-
- insurance_3
- btree
-
-
- travel_arrival_point_id
- btree
-
-
- 1
- id
- 1
-
-
- category_id
- sterntours
- travel_category
- id
- set-null
-
-
- organizer
- sterntours
- travel_organizer
- id
- set-null
-
-
- generalnote
- sterntours
- travel_general_notes
- id
-
-
- insurance_1
- sterntours
- travel_insurance
- id
- set-null
-
-
- insurance_2
- sterntours
- travel_insurance
- id
- set-null
-
-
- insurance_3
- sterntours
- travel_insurance
- id
-
-
- travel_arrival_point_id
- sterntours
- travel_arrival_point
- id
- set-null
-
-
- 1
- int(10)|0s
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- program_id
- btree
-
-
- country_id
- btree
-
-
- program_id
- sterntours
- travel_program
- id
- cascade
-
-
- country_id
- sterntours
- travel_country
- id
- cascade
-
-
- 1
- int(10)|0s
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- program_id
- btree
-
-
- destination_id
- btree
-
-
- program_id
- sterntours
- travel_program
- id
- cascade
-
-
- destination_id
- sterntours
- travel_destination
- id
- cascade
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- 1
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- 4
- int(10)|0s
- 1
- normal
-
-
- 5
- varchar(191)|0s
- normal
-
-
- 6
- timestamp|0s
- normal
-
-
- 7
- timestamp|0s
- normal
-
-
- travel_program_id
- btree
-
-
- travel_class_id
- btree
-
-
- 1
- id
- 1
-
-
- travel_program_id
- sterntours
- travel_program
- id
-
-
- travel_class_id
- sterntours
- travel_class
- id
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- 4
- varchar(255)|0s
- normal
-
-
- 5
- varchar(255)|0s
- normal
-
-
- 6
- tinyint(1)|0s
- normal
-
-
- program_id
- btree
-
-
- 1
- id
- 1
-
-
- program_id
- sterntours
- travel_program
- id
- cascade
-
-
- 1
- int(10)|0s
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- 4
- int(10)|0s
- normal
-
-
- program_id
- btree
-
-
- option_id
- btree
-
-
- program_id
- sterntours
- travel_program
- id
- cascade
-
-
- option_id
- sterntours
- travel_option
- id
- cascade
-
-
- 1
- int(10)|0s
- normal
-
-
- 2
- int(10)|0s
- normal
-
-
- 3
- varchar(255)|0s
- normal
-
-
- program_1
- btree
-
-
- program_2
- btree
-
-
- program_1
- sterntours
- travel_program
- id
- cascade
-
-
- program_2
- sterntours
- travel_program
- id
- cascade
-
-
- 1
- varchar(255)|0s
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- int(10)|0s
- 1
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- normal
-
-
- 3
- varchar(191)|0s
- normal
-
-
- 4
- varchar(191)|0s
- normal
-
-
- 5
- varchar(191)|0s
- normal
-
-
- 6
- varchar(191)|0s
- 1
- normal
-
-
- 7
- varchar(191)|0s
- 1
- normal
-
-
- 8
- varchar(191)|0s
- normal
-
-
- 9
- varchar(191)|0s
- normal
-
-
- 10
- varchar(10)|0s
- normal
-
-
- 11
- varchar(191)|0s
- normal
-
-
- 12
- varchar(191)|0s
- normal
-
-
- 13
- varchar(191)|0s
- normal
-
-
- 14
- varchar(191)|0s
- normal
-
-
- 15
- date|0s
- normal
-
-
- 16
- int(11)|0s
- 1
- normal
-
-
- 17
- text|0s
- normal
-
-
- 18
- timestamp|0s
- normal
-
-
- 19
- timestamp|0s
- normal
-
-
- 20
- timestamp|0s
- normal
-
-
- email
- 1
- btree
-
-
- travel_nationality_id
- btree
-
-
- 1
- id
- 1
-
-
- email
- travel_users_email_unique
-
-
- travel_nationality_id
- sterntours
- travel_nationality
- id
-
-
- 1
- mediumint(8) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varbinary(16)|0s
- 1
- normal
-
-
- 3
- varchar(100)|0s
- 1
- normal
-
-
- 4
- varchar(80)|0s
- 1
- normal
-
-
- 5
- varchar(40)|0s
- normal
-
-
- 6
- varchar(100)|0s
- 1
- normal
-
-
- 7
- varchar(40)|0s
- normal
-
-
- 8
- varchar(40)|0s
- normal
-
-
- 9
- int(11) unsigned|0s
- normal
-
-
- 10
- varchar(40)|0s
- normal
-
-
- 11
- int(11) unsigned|0s
- 1
- normal
-
-
- 12
- int(11) unsigned|0s
- normal
-
-
- 13
- tinyint(1) unsigned|0s
- normal
-
-
- 14
- varchar(50)|0s
- normal
-
-
- 15
- varchar(50)|0s
- normal
-
-
- 16
- varchar(100)|0s
- normal
-
-
- 17
- varchar(255)|0s
- normal
-
-
- 18
- varchar(50)|0s
- normal
-
-
- 19
- int(5) unsigned|0s
- normal
-
-
- 20
- varchar(255)|0s
- normal
-
-
- 21
- varchar(20)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- mediumint(8) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- mediumint(8) unsigned|0s
- 1
- normal
-
-
- 3
- mediumint(8) unsigned|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- longtext|0s
- normal
-
-
- 1
- id
- 1
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources/f7aaeef3-b8e1-45ca-9f6a-b9476048d5dd.xml b/.idea/dataSources/f7aaeef3-b8e1-45ca-9f6a-b9476048d5dd.xml
deleted file mode 100644
index 5824d28..0000000
--- a/.idea/dataSources/f7aaeef3-b8e1-45ca-9f6a-b9476048d5dd.xml
+++ /dev/null
@@ -1,4729 +0,0 @@
-
-
-
-
- 5.6.39
- InnoDB
- InnoDB
- mixed/mixed
-
-
- 1
- latin1_swedish_ci
-
-
- utf8_general_ci
-
-
- latin1_swedish_ci
-
-
- latin1_swedish_ci
-
-
- latin1_swedish_ci
-
-
- utf8_general_ci
-
-
- latin1_swedish_ci
-
-
- latin1_swedish_ci
-
-
- armscii8
- 0
-
-
- armscii8
- 1
-
-
- ascii
- 0
-
-
- ascii
- 1
-
-
- big5
- 0
-
-
- big5
- 1
-
-
- binary
- 1
-
-
- cp1250
- 0
-
-
- cp1250
- 0
-
-
- cp1250
- 0
-
-
- cp1250
- 1
-
-
- cp1250
- 0
-
-
- cp1251
- 0
-
-
- cp1251
- 0
-
-
- cp1251
- 1
-
-
- cp1251
- 0
-
-
- cp1251
- 0
-
-
- cp1256
- 0
-
-
- cp1256
- 1
-
-
- cp1257
- 0
-
-
- cp1257
- 1
-
-
- cp1257
- 0
-
-
- cp850
- 0
-
-
- cp850
- 1
-
-
- cp852
- 0
-
-
- cp852
- 1
-
-
- cp866
- 0
-
-
- cp866
- 1
-
-
- cp932
- 0
-
-
- cp932
- 1
-
-
- dec8
- 0
-
-
- dec8
- 1
-
-
- eucjpms
- 0
-
-
- eucjpms
- 1
-
-
- euckr
- 0
-
-
- euckr
- 1
-
-
- gb2312
- 0
-
-
- gb2312
- 1
-
-
- gbk
- 0
-
-
- gbk
- 1
-
-
- geostd8
- 0
-
-
- geostd8
- 1
-
-
- greek
- 0
-
-
- greek
- 1
-
-
- hebrew
- 0
-
-
- hebrew
- 1
-
-
- hp8
- 0
-
-
- hp8
- 1
-
-
- keybcs2
- 0
-
-
- keybcs2
- 1
-
-
- koi8r
- 0
-
-
- koi8r
- 1
-
-
- koi8u
- 0
-
-
- koi8u
- 1
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 0
-
-
- latin1
- 1
-
-
- latin2
- 0
-
-
- latin2
- 0
-
-
- latin2
- 0
-
-
- latin2
- 1
-
-
- latin2
- 0
-
-
- latin5
- 0
-
-
- latin5
- 1
-
-
- latin7
- 0
-
-
- latin7
- 0
-
-
- latin7
- 1
-
-
- latin7
- 0
-
-
- macce
- 0
-
-
- macce
- 1
-
-
- macroman
- 0
-
-
- macroman
- 1
-
-
- sjis
- 0
-
-
- sjis
- 1
-
-
- swe7
- 0
-
-
- swe7
- 1
-
-
- tis620
- 0
-
-
- tis620
- 1
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 1
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ucs2
- 0
-
-
- ujis
- 0
-
-
- ujis
- 1
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 1
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16
- 0
-
-
- utf16le
- 0
-
-
- utf16le
- 1
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 1
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf32
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 1
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 1
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
- utf8mb4
- 0
-
-
-
-
- CREATE TABLE `booking_draft_items` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `booking_id` bigint(20) NOT NULL,
- `travel_program_id` int(11) NOT NULL,
- `travel_class_id` int(11) DEFAULT NULL,
- `draft_item_id` int(10) unsigned DEFAULT NULL,
- `draft_type_id` int(11) DEFAULT NULL,
- `request_date` date DEFAULT NULL,
- `days_start` tinyint(3) unsigned DEFAULT NULL,
- `days_duration` tinyint(3) unsigned DEFAULT NULL,
- `start_date` date DEFAULT NULL,
- `end_date` date DEFAULT NULL,
- `service` text COLLATE utf8mb4_unicode_ci,
- `price_adult` decimal(8,2) DEFAULT NULL,
- `adult` tinyint(3) unsigned DEFAULT NULL,
- `price_children` decimal(8,2) DEFAULT NULL,
- `children` tinyint(3) unsigned DEFAULT NULL,
- `pos` tinyint(3) unsigned DEFAULT NULL,
- `in_pdf` tinyint(1) NOT NULL DEFAULT '1',
- `status` tinyint(1) NOT NULL DEFAULT '0',
- `comfort` tinyint(1) NOT NULL DEFAULT '0',
- `created_at` timestamp NULL DEFAULT NULL,
- `updated_at` timestamp NULL DEFAULT NULL,
- PRIMARY KEY (`id`),
- KEY `booking_draft_items_booking_id_index` (`booking_id`),
- KEY `booking_draft_items_travel_program_id_index` (`travel_program_id`),
- KEY `booking_draft_items_travel_class_id_index` (`travel_class_id`),
- KEY `booking_draft_items_draft_item_id_index` (`draft_item_id`),
- KEY `booking_draft_items_draft_type_id_index` (`draft_type_id`),
- CONSTRAINT `booking_draft_items_booking_id_foreign` FOREIGN KEY (`booking_id`) REFERENCES `booking` (`id`),
- CONSTRAINT `booking_draft_items_draft_item_id_foreign` FOREIGN KEY (`draft_item_id`) REFERENCES `draft_items` (`id`),
- CONSTRAINT `booking_draft_items_draft_type_id_foreign` FOREIGN KEY (`draft_type_id`) REFERENCES `draft_types` (`id`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
- utf8_general_ci
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- normal
-
-
- 3
- date|0s
- normal
-
-
- 4
- date|0s
- normal
-
-
- 5
- date|0s
- normal
-
-
- 6
- varchar(80)|0s
- normal
-
-
- 7
- text|0s
- normal
-
-
- 8
- bigint(20)|0s
- normal
-
-
- 9
- bigint(20)|0s
- normal
-
-
- 10
- bigint(20)|0s
- 1
- normal
-
-
- 11
- tinyint(1)|0s
- 0
- normal
-
-
- template_id
- btree
-
-
- booking_id
- btree
-
-
- 1
- id
- 1
-
-
- template_id
- cmssso_db1
- arrangement_template
- id
- cascade
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(130)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(80)|0s
- 1
- normal
-
-
- 3
- bigint(20)|0s
- -19
- normal
-
-
- 4
- bigint(20)|0s
- 4
- normal
-
-
- 5
- tinyint(1)|0s
- 0
- normal
-
-
- 6
- bigint(20)|0s
- 1
- normal
-
-
- arrangement_type_id
- btree
-
-
- 1
- id
- 1
-
-
- arrangement_type_id
- cmssso_db1
- arrangement_type
- id
- cascade
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- date|0s
- normal
-
-
- 3
- bigint(20)|0s
- 1
- normal
-
-
- 4
- bigint(20)|0s
- normal
-
-
- 5
- tinyint(1)|0s
- 0
- normal
-
-
- 6
- int(11)|0s
- 1
- normal
-
-
- 7
- bigint(20)|0s
- 1
- normal
-
-
- 8
- decimal(10,2 digit)|0s
- 0.00
- normal
-
-
- 9
- bigint(20)|0s
- normal
-
-
- 10
- bigint(20)|0s
- normal
-
-
- 11
- bigint(20)|0s
- normal
-
-
- 12
- bigint(20)|0s
- normal
-
-
- 13
- datetime|0s
- 1
- normal
-
-
- 14
- datetime|0s
- 1
- normal
-
-
- 15
- varchar(255)|0s
- normal
-
-
- 16
- date|0s
- normal
-
-
- 17
- date|0s
- normal
-
-
- 18
- bigint(20)|0s
- normal
-
-
- 19
- varchar(30)|0s
- normal
-
-
- 20
- varchar(80)|0s
- normal
-
-
- 21
- varchar(80)|0s
- normal
-
-
- 22
- date|0s
- normal
-
-
- 23
- bigint(20)|0s
- normal
-
-
- 24
- varchar(255)|0s
- normal
-
-
- 25
- varchar(255)|0s
- normal
-
-
- 26
- varchar(255)|0s
- normal
-
-
- 27
- bigint(20)|0s
- normal
-
-
- 28
- tinyint(1)|0s
- 0
- normal
-
-
- 29
- decimal(10,2 digit)|0s
- normal
-
-
- 30
- decimal(10,2 digit)|0s
- normal
-
-
- 31
- decimal(10,2 digit)|0s
- normal
-
-
- 32
- decimal(10,2 digit)|0s
- normal
-
-
- 33
- date|0s
- normal
-
-
- 34
- bigint(20)|0s
- normal
-
-
- customer_id
- btree
-
-
- lead_id
- btree
-
-
- sf_guard_user_id
- btree
-
-
- branch_id
- btree
-
-
- travel_country_id
- btree
-
-
- travel_category_id
- btree
-
-
- coupon_id
- btree
-
-
- travel_company_id
- btree
-
-
- travelagenda_id
- btree
-
-
- 1
- id
- 1
-
-
- customer_id
- cmssso_db1
- customer
- id
-
-
- lead_id
- cmssso_db1
- lead
- id
-
-
- sf_guard_user_id
- cmssso_db1
- sf_guard_user
- id
-
-
- branch_id
- cmssso_db1
- branch
- id
-
-
- travel_country_id
- cmssso_db1
- travel_country
- id
-
-
- travel_category_id
- cmssso_db1
- travel_category
- id
-
-
- coupon_id
- cmssso_db1
- coupon
- id
-
-
- travel_company_id
- cmssso_db1
- travel_company
- id
-
-
- travelagenda_id
- cmssso_db1
- travel_agenda
- id
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 4
- longblob|0s
- 1
- normal
-
-
- 5
- datetime|0s
- 1
- normal
-
-
- 6
- datetime|0s
- 1
- normal
-
-
- booking_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 4
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 5
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 6
- date|0s
- normal
-
-
- 7
- date|0s
- 1
- normal
-
-
- 8
- longblob|0s
- 1
- normal
-
-
- 9
- datetime|0s
- 1
- normal
-
-
- 10
- datetime|0s
- 1
- normal
-
-
- booking_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- int(11)|0s
- normal
-
-
- 4
- int(11)|0s
- normal
-
-
- 5
- int(11)|0s
- normal
-
-
- 6
- int(10) unsigned|0s
- normal
-
-
- 7
- int(11)|0s
- normal
-
-
- 8
- date|0s
- normal
-
-
- 9
- tinyint(3) unsigned|0s
- normal
-
-
- 10
- tinyint(3) unsigned|0s
- normal
-
-
- 11
- date|0s
- normal
-
-
- 12
- date|0s
- normal
-
-
- 13
- text|0s
- normal
-
-
- 14
- decimal(8,2 digit)|0s
- normal
-
-
- 15
- tinyint(3) unsigned|0s
- normal
-
-
- 16
- decimal(8,2 digit)|0s
- normal
-
-
- 17
- tinyint(3) unsigned|0s
- normal
-
-
- 18
- decimal(8,2 digit)|0s
- normal
-
-
- 19
- tinyint(3) unsigned|0s
- normal
-
-
- 20
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 21
- tinyint(1)|0s
- 1
- 0
- normal
-
-
- 22
- tinyint(1)|0s
- 1
- 0
- normal
-
-
- 23
- timestamp|0s
- normal
-
-
- 24
- timestamp|0s
- normal
-
-
- booking_id
- btree
-
-
- travel_program_id
- btree
-
-
- fewo_lodging_id
- btree
-
-
- travel_class_id
- btree
-
-
- draft_item_id
- btree
-
-
- draft_type_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- draft_type_id
- cmssso_db1
- draft_types
- id
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 4
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 5
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 6
- date|0s
- normal
-
-
- 7
- date|0s
- 1
- normal
-
-
- 8
- longblob|0s
- 1
- normal
-
-
- 9
- datetime|0s
- 1
- normal
-
-
- 10
- datetime|0s
- 1
- normal
-
-
- booking_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- bigint(20)|0s
- 1
- normal
-
-
- 4
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 5
- decimal(10,2 digit)|0s
- 0.00
- normal
-
-
- 6
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 7
- date|0s
- 1
- normal
-
-
- 8
- datetime|0s
- 1
- normal
-
-
- 9
- datetime|0s
- 1
- normal
-
-
- 10
- varchar(255)|0s
- normal
-
-
- 11
- tinyint(1)|0s
- 1
- 0
- normal
-
-
- booking_id
- btree
-
-
- travel_company_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
-
-
- travel_company_id
- cmssso_db1
- travel_company
- id
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- longblob|0s
- 1
- normal
-
-
- 4
- datetime|0s
- 1
- normal
-
-
- 5
- datetime|0s
- 1
- normal
-
-
- booking_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- char(2)|0s
- 1
- normal
-
-
- 3
- varchar(6)|0s
- 1
- normal
-
-
- 4
- varchar(100)|0s
- 1
- normal
-
-
- 5
- varchar(100)|0s
- 1
- normal
-
-
- 6
- varchar(100)|0s
- 1
- normal
-
-
- 7
- varchar(100)|0s
- 1
- normal
-
-
- 8
- varchar(100)|0s
- 1
- normal
-
-
- 9
- varchar(100)|0s
- 1
- normal
-
-
- code
- btree
-
-
- en
- btree
-
-
- de
- btree
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(30)|0s
- normal
-
-
- 3
- bigint(20)|0s
- 1
- normal
-
-
- 4
- bigint(20)|0s
- 1
- normal
-
-
- 5
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 6
- date|0s
- 1
- normal
-
-
- 7
- date|0s
- 1
- normal
-
-
- 8
- tinyint(1)|0s
- 1
- 0
- normal
-
-
- 9
- date|0s
- normal
-
-
- 10
- datetime|0s
- 1
- normal
-
-
- 11
- datetime|0s
- 1
- normal
-
-
- customer_id
- btree
-
-
- booking_id
- btree
-
-
- 1
- id
- 1
-
-
- customer_id
- cmssso_db1
- customer
- id
-
-
- booking_id
- cmssso_db1
- booking
- id
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- normal
-
-
- 3
- varchar(80)|0s
- normal
-
-
- 4
- varchar(80)|0s
- 1
- normal
-
-
- 5
- varchar(80)|0s
- normal
-
-
- 6
- date|0s
- normal
-
-
- 7
- varchar(80)|0s
- normal
-
-
- 8
- varchar(80)|0s
- normal
-
-
- 9
- varchar(80)|0s
- normal
-
-
- 10
- varchar(80)|0s
- normal
-
-
- 11
- varchar(80)|0s
- normal
-
-
- 12
- varchar(80)|0s
- normal
-
-
- 13
- varchar(80)|0s
- normal
-
-
- 14
- varchar(80)|0s
- normal
-
-
- 15
- varchar(80)|0s
- normal
-
-
- 16
- varchar(80)|0s
- normal
-
-
- 17
- varchar(80)|0s
- normal
-
-
- 18
- varchar(80)|0s
- normal
-
-
- 19
- bigint(20)|0s
- normal
-
-
- 20
- varchar(80)|0s
- normal
-
-
- 21
- date|0s
- normal
-
-
- 22
- text|0s
- normal
-
-
- 23
- text|0s
- normal
-
-
- 24
- datetime|0s
- 1
- normal
-
-
- 25
- datetime|0s
- 1
- normal
-
-
- 26
- bigint(20)|0s
- normal
-
-
- salutation_id
- btree
-
-
- credit_card_type_id
- btree
-
-
- country_id
- btree
-
-
- 1
- id
- 1
-
-
- salutation_id
- cmssso_db1
- salutation
- id
-
-
- credit_card_type_id
- cmssso_db1
- credit_card_type
- id
-
-
- country_id
- cmssso_db1
- travel_country
- id
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- int(10)|0s
- 1
- normal
-
-
- 3
- int(10)|0s
- normal
-
-
- 4
- tinyint(3) unsigned|0s
- normal
-
-
- 5
- tinyint(3) unsigned|0s
- normal
-
-
- 6
- text|0s
- normal
-
-
- 7
- decimal(8,2 digit)|0s
- normal
-
-
- 8
- tinyint(3) unsigned|0s
- normal
-
-
- 9
- decimal(8,2 digit)|0s
- normal
-
-
- 10
- tinyint(3) unsigned|0s
- normal
-
-
- 11
- decimal(8,2 digit)|0s
- normal
-
-
- 12
- tinyint(3) unsigned|0s
- normal
-
-
- 13
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 14
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 15
- timestamp|0s
- normal
-
-
- 16
- timestamp|0s
- normal
-
-
- draft_id
- btree
-
-
- draft_type_id
- btree
-
-
- 1
- id
- 1
-
-
- draft_id
- cmssso_db1
- drafts
- id
-
-
- draft_type_id
- cmssso_db1
- draft_types
- id
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(191)|0s
- 1
- normal
-
-
- 3
- varchar(10)|0s
- normal
-
-
- 4
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 5
- timestamp|0s
- normal
-
-
- 6
- timestamp|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(191)|0s
- 1
- normal
-
-
- 3
- tinyint(1)|0s
- 1
- 1
- normal
-
-
- 4
- timestamp|0s
- normal
-
-
- 5
- timestamp|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- normal
-
-
- 3
- bigint(20)|0s
- normal
-
-
- 4
- tinyint(1)|0s
- 0
- normal
-
-
- 5
- date|0s
- normal
-
-
- 6
- date|0s
- normal
-
-
- 7
- bigint(20)|0s
- normal
-
-
- 8
- varchar(80)|0s
- normal
-
-
- 9
- text|0s
- normal
-
-
- 10
- bigint(20)|0s
- normal
-
-
- lead_id
- btree
-
-
- template_id
- btree
-
-
- type_id
- btree
-
-
- 1
- id
- 1
-
-
- lead_id
- cmssso_db1
- lead
- id
- cascade
-
-
- template_id
- cmssso_db1
- inquiry_template
- id
- cascade
-
-
- type_id
- cmssso_db1
- inquiry_type
- id
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(130)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(80)|0s
- 1
- normal
-
-
- 3
- bigint(20)|0s
- normal
-
-
- arrangement_type_id
- btree
-
-
- 1
- id
- 1
-
-
- arrangement_type_id
- cmssso_db1
- arrangement_type
- id
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- bigint(20)|0s
- 1
- normal
-
-
- 4
- varchar(255)|0s
- 1
- normal
-
-
- 5
- longblob|0s
- 1
- normal
-
-
- 6
- datetime|0s
- 1
- normal
-
-
- 7
- datetime|0s
- 1
- normal
-
-
- 8
- text|0s
- normal
-
-
- booking_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- date|0s
- 1
- normal
-
-
- 4
- date|0s
- normal
-
-
- 5
- date|0s
- normal
-
-
- 6
- bigint(20)|0s
- normal
-
-
- 7
- bigint(20)|0s
- normal
-
-
- 8
- bigint(20)|0s
- normal
-
-
- 9
- text|0s
- normal
-
-
- 10
- int(11)|0s
- 1
- normal
-
-
- 11
- tinyint(1)|0s
- 0
- normal
-
-
- 12
- bigint(20)|0s
- normal
-
-
- 13
- bigint(20)|0s
- normal
-
-
- 14
- varchar(80)|0s
- normal
-
-
- 15
- bigint(20)|0s
- 1
- normal
-
-
- 16
- date|0s
- normal
-
-
- 17
- bigint(20)|0s
- normal
-
-
- 18
- bigint(20)|0s
- normal
-
-
- 19
- datetime|0s
- 1
- normal
-
-
- 20
- datetime|0s
- 1
- normal
-
-
- 21
- decimal(10,2 digit)|0s
- normal
-
-
- 22
- bigint(20)|0s
- normal
-
-
- 23
- varchar(80)|0s
- normal
-
-
- 24
- varchar(80)|0s
- normal
-
-
- 25
- date|0s
- normal
-
-
- 26
- bigint(20)|0s
- normal
-
-
- customer_id
- btree
-
-
- travelcountry_id
- btree
-
-
- travelagenda_id
- btree
-
-
- sf_guard_user_id
- btree
-
-
- initialcontacttype_id
- btree
-
-
- searchengine_id
- btree
-
-
- status_id
- btree
-
-
- website_id
- btree
-
-
- travelcategory_id
- btree
-
-
- participant_salutation_id
- btree
-
-
- 1
- id
- 1
-
-
- customer_id
- cmssso_db1
- customer
- id
-
-
- travelcountry_id
- cmssso_db1
- travel_country
- id
-
-
- travelagenda_id
- cmssso_db1
- travel_agenda
- id
-
-
- sf_guard_user_id
- cmssso_db1
- sf_guard_user
- id
-
-
- initialcontacttype_id
- cmssso_db1
- initial_contact_type
- id
-
-
- searchengine_id
- cmssso_db1
- searchengine
- id
-
-
- status_id
- cmssso_db1
- status
- id
-
-
- website_id
- cmssso_db1
- website
- id
-
-
- travelcategory_id
- cmssso_db1
- travel_category
- id
-
-
- participant_salutation_id
- cmssso_db1
- salutation
- id
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- normal
-
-
- 3
- varchar(80)|0s
- normal
-
-
- 4
- varchar(80)|0s
- normal
-
-
- 5
- date|0s
- normal
-
-
- 6
- bigint(20)|0s
- normal
-
-
- lead_id
- btree
-
-
- participant_salutation_id
- btree
-
-
- 1
- id
- 1
-
-
- lead_id
- cmssso_db1
- lead
- id
- cascade
-
-
- participant_salutation_id
- cmssso_db1
- salutation
- id
-
-
- 1
- int(11)|0s
- 1
- 0
- normal
-
-
- 2
- int(11)|0s
- 1
- 0
- normal
-
-
- system_message_id
- btree
-
-
- 1
- sf_guard_user_id
-system_message_id
- 1
-
-
- sf_guard_user_id
- cmssso_db1
- sf_guard_user
- id
- cascade
-
-
- system_message_id
- cmssso_db1
- system_message
- id
- cascade
-
-
- 1
- int(11)|0s
- normal
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- int(11)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- varchar(100)|0s
- 1
- normal
-
-
- 2
- int(11)|0s
- normal
-
-
- 3
- int(11)|0s
- 1
- normal
-
-
- 4
- varchar(191)|0s
- normal
-
-
- 5
- text|0s
- normal
-
-
- 6
- tinyint(1)|0s
- 1
- normal
-
-
- 7
- timestamp|0s
- normal
-
-
- 8
- timestamp|0s
- normal
-
-
- 9
- datetime|0s
- normal
-
-
- user_id
- btree
-
-
- 1
- id
- 1
-
-
- 1
- varchar(100)|0s
- 1
- normal
-
-
- 2
- int(11)|0s
- 1
- normal
-
-
- 3
- int(11)|0s
- 1
- normal
-
-
- 4
- text|0s
- normal
-
-
- 5
- tinyint(1)|0s
- 1
- normal
-
-
- 6
- datetime|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- normal
-
-
- 3
- varchar(191)|0s
- 1
- normal
-
-
- 4
- varchar(100)|0s
- 1
- normal
-
-
- 5
- text|0s
- 1
- normal
-
-
- 6
- tinyint(1)|0s
- 1
- normal
-
-
- 7
- tinyint(1)|0s
- 1
- normal
-
-
- 8
- tinyint(1)|0s
- 1
- normal
-
-
- 9
- timestamp|0s
- normal
-
-
- 10
- timestamp|0s
- normal
-
-
- user_id
- btree
-
-
- 1
- id
- 1
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- 1
- normal
-
-
- 3
- timestamp|0s
- normal
-
-
- 4
- timestamp|0s
- normal
-
-
- client_id
- btree
-
-
- 1
- id
- 1
-
-
- 1
- varchar(100)|0s
- 1
- normal
-
-
- 2
- varchar(100)|0s
- 1
- normal
-
-
- 3
- tinyint(1)|0s
- 1
- normal
-
-
- 4
- datetime|0s
- normal
-
-
- access_token_id
- btree
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- decimal(10,2 digit)|0s
- 1
- 0.00
- normal
-
-
- 4
- longblob|0s
- 1
- normal
-
-
- 5
- datetime|0s
- 1
- normal
-
-
- 6
- datetime|0s
- 1
- normal
-
-
- lead_id
- btree
-
-
- 1
- id
- 1
-
-
- lead_id
- cmssso_db1
- lead
- id
- cascade
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- normal
-
-
- 3
- varchar(80)|0s
- normal
-
-
- 4
- varchar(80)|0s
- normal
-
-
- 5
- date|0s
- normal
-
-
- 6
- bigint(20)|0s
- normal
-
-
- 7
- tinyint(1)|0s
- 0
- normal
-
-
- booking_id
- btree
-
-
- participant_salutation_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- participant_salutation_id
- cmssso_db1
- salutation
- id
-
-
- 1
- varchar(255)|0s
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- timestamp|0s
- normal
-
-
- email
- btree
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- tinyint(1) unsigned|0s
- 0
- normal
-
-
- 4
- varchar(255)|0s
- normal
-
-
- type
- btree
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- bigint(20)|0s
- 1
- normal
-
-
- 4
- decimal(10,2 digit)|0s
- 1
- normal
-
-
- 5
- decimal(10,2 digit)|0s
- 0.00
- normal
-
-
- 6
- decimal(6,4 digit)|0s
- 1.0000
- normal
-
-
- 7
- date|0s
- normal
-
-
- 8
- varchar(255)|0s
- normal
-
-
- 9
- tinyint(1)|0s
- 0
- normal
-
-
- 10
- datetime|0s
- 1
- normal
-
-
- 11
- datetime|0s
- 1
- normal
-
-
- 12
- varchar(255)|0s
- normal
-
-
- booking_id
- btree
-
-
- service_provider_id
- btree
-
-
- type
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- service_provider_id
- cmssso_db1
- service_provider
- id
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- text|0s
- normal
-
-
- 4
- datetime|0s
- 1
- normal
-
-
- 5
- datetime|0s
- 1
- normal
-
-
- name
- 1
- btree
-
-
- 1
- id
- 1
-
-
- name
- name
-
-
- 1
- int(11)|0s
- 1
- 0
- normal
-
-
- 2
- int(11)|0s
- 1
- 0
- normal
-
-
- 3
- datetime|0s
- 1
- normal
-
-
- 4
- datetime|0s
- 1
- normal
-
-
- permission_id
- btree
-
-
- 1
- group_id
-permission_id
- 1
-
-
- group_id
- cmssso_db1
- sf_guard_group
- id
- cascade
-
-
- permission_id
- cmssso_db1
- sf_guard_permission
- id
- cascade
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- normal
-
-
- 3
- text|0s
- normal
-
-
- 4
- datetime|0s
- 1
- normal
-
-
- 5
- datetime|0s
- 1
- normal
-
-
- name
- 1
- btree
-
-
- 1
- id
- 1
-
-
- name
- name
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- int(11)|0s
- normal
-
-
- 3
- varchar(32)|0s
- normal
-
-
- 4
- varchar(50)|0s
- 1
- ''
- normal
-
-
- 5
- datetime|0s
- 1
- normal
-
-
- 6
- datetime|0s
- 1
- normal
-
-
- user_id
- btree
-
-
- 1
- id
-ip_address
- 1
-
-
- user_id
- cmssso_db1
- sf_guard_user
- id
- cascade
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- int(10) unsigned|0s
- normal
-
-
- 3
- varchar(128)|0s
- 1
- normal
-
-
- 4
- varchar(128)|0s
- 1
- 'sha1'
- normal
-
-
- 5
- varchar(128)|0s
- normal
-
-
- 6
- varchar(128)|0s
- normal
-
-
- 7
- tinyint(1)|0s
- 1
- normal
-
-
- 8
- tinyint(1)|0s
- 0
- normal
-
-
- 9
- datetime|0s
- normal
-
-
- 10
- varchar(255)|0s
- normal
-
-
- 11
- varchar(255)|0s
- normal
-
-
- 12
- varchar(255)|0s
- normal
-
-
- 13
- varchar(255)|0s
- normal
-
-
- 14
- bigint(20)|0s
- normal
-
-
- 15
- varchar(128)|0s
- normal
-
-
- 16
- varchar(128)|0s
- normal
-
-
- 17
- varchar(128)|0s
- normal
-
-
- 18
- datetime|0s
- normal
-
-
- 19
- datetime|0s
- 1
- normal
-
-
- 20
- datetime|0s
- 1
- normal
-
-
- username
- 1
- btree
-
-
- is_active
- btree
-
-
- branch_id
- btree
-
-
- 1
- id
- 1
-
-
- username
- username
-
-
- branch_id
- cmssso_db1
- branch
- id
-
-
- 1
- int(11)|0s
- 1
- 0
- normal
-
-
- 2
- int(11)|0s
- 1
- 0
- normal
-
-
- 3
- datetime|0s
- 1
- normal
-
-
- 4
- datetime|0s
- 1
- normal
-
-
- group_id
- btree
-
-
- 1
- user_id
-group_id
- 1
-
-
- user_id
- cmssso_db1
- sf_guard_user
- id
- cascade
-
-
- group_id
- cmssso_db1
- sf_guard_group
- id
- cascade
-
-
- 1
- int(11)|0s
- 1
- 0
- normal
-
-
- 2
- int(11)|0s
- 1
- 0
- normal
-
-
- 3
- datetime|0s
- 1
- normal
-
-
- 4
- datetime|0s
- 1
- normal
-
-
- permission_id
- btree
-
-
- 1
- user_id
-permission_id
- 1
-
-
- user_id
- cmssso_db1
- sf_guard_user
- id
- cascade
-
-
- permission_id
- cmssso_db1
- sf_guard_permission
- id
- cascade
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- bigint(20)|0s
- 1
- normal
-
-
- 4
- varchar(6)|0s
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- bigint(20)|0s
- 1
- normal
-
-
- 4
- int(11)|0s
- 1
- normal
-
-
- 5
- date|0s
- 1
- normal
-
-
- 6
- text|0s
- normal
-
-
- 7
- date|0s
- 1
- normal
-
-
- 8
- datetime|0s
- 1
- normal
-
-
- status_id
- btree
-
-
- lead_id
- btree
-
-
- sf_guard_user_id
- btree
-
-
- 1
- id
- 1
-
-
- status_id
- cmssso_db1
- status
- id
-
-
- lead_id
- cmssso_db1
- lead
- id
-
-
- sf_guard_user_id
- cmssso_db1
- sf_guard_user
- id
-
-
- 1
- int(11)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- text|0s
- 1
- normal
-
-
- 4
- datetime|0s
- 1
- normal
-
-
- 5
- datetime|0s
- 1
- normal
-
-
- 6
- bigint(20)|0s
- 1
- normal
-
-
- 7
- tinyint(1)|0s
- 1
- normal
-
-
- 8
- tinyint(1)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- bigint(20)|0s
- normal
-
-
- 4
- tinyint(1)|0s
- 1
- normal
-
-
- travelcountry_id
- btree
-
-
- 1
- id
- 1
-
-
- travelcountry_id
- cmssso_db1
- travel_country
- id
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- decimal(6,2 digit)|0s
- normal
-
-
- 4
- tinyint(1)|0s
- 0
- normal
-
-
- 5
- tinyint(1)|0s
- 0
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 3
- tinyint(1)|0s
- 0
- normal
-
-
- 4
- tinyint(1)|0s
- 0
- normal
-
-
- 1
- id
- 1
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- bigint(20)|0s
- 1
- normal
-
-
- 3
- varchar(10)|0s
- 1
- normal
-
-
- 4
- varchar(255)|0s
- 1
- normal
-
-
- 5
- varchar(255)|0s
- 1
- normal
-
-
- 6
- varchar(255)|0s
- 1
- normal
-
-
- 7
- decimal(10,2 digit)|0s
- 1
- normal
-
-
- 8
- text|0s
- normal
-
-
- 9
- datetime|0s
- 1
- normal
-
-
- 10
- datetime|0s
- 1
- normal
-
-
- booking_id
- btree
-
-
- booking_id
- btree
-
-
- 1
- id
- 1
-
-
- booking_id
- cmssso_db1
- booking
- id
- cascade
-
-
- 1
- int(10) unsigned|0s
- 1
- normal
-
-
- 2
- varchar(191)|0s
- 1
- normal
-
-
- 3
- varchar(191)|0s
- 1
- normal
-
-
- 4
- timestamp|0s
- 1
- CURRENT_TIMESTAMP
- normal
- CURRENT_TIMESTAMP
-
-
- email
- 1
- btree
-
-
- token
- btree
-
-
- email
- user_update_emails_email_unique
-
-
- 1
- int(10) unsigned|0s
- 1
- 1
- normal
-
-
- 2
- varchar(191)|0s
- 1
- normal
-
-
- 3
- varchar(191)|0s
- 1
- normal
-
-
- 4
- varchar(191)|0s
- 1
- normal
-
-
- 5
- varchar(100)|0s
- normal
-
-
- 6
- tinyint(1) unsigned|0s
- 0
- normal
-
-
- 7
- varchar(30)|0s
- normal
-
-
- 8
- timestamp|0s
- normal
-
-
- 9
- datetime|0s
- normal
-
-
- 10
- tinyint(1) unsigned|0s
- 0
- normal
-
-
- 11
- tinyint(1) unsigned|0s
- 0
- normal
-
-
- 12
- timestamp|0s
- normal
-
-
- 13
- timestamp|0s
- normal
-
-
- 14
- tinyint(1) unsigned|0s
- 0
- normal
-
-
- 15
- varchar(128)|0s
- normal
-
-
- 16
- char(2)|0s
- normal
-
-
- 17
- timestamp|0s
- normal
-
-
- 18
- timestamp|0s
- normal
-
-
- 19
- timestamp|0s
- normal
-
-
- 20
- timestamp|0s
- normal
-
-
- email
- 1
- btree
-
-
- 1
- id
- 1
-
-
- email
- users_email_unique
-
-
- 1
- bigint(20)|0s
- 1
- 1
- normal
-
-
- 2
- varchar(255)|0s
- 1
- normal
-
-
- 1
- id
- 1
-
-
-
\ No newline at end of file
diff --git a/.idea/deployment.xml b/.idea/deployment.xml
deleted file mode 100644
index 55c2f39..0000000
--- a/.idea/deployment.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/dictionaries/kevinadametz.xml b/.idea/dictionaries/kevinadametz.xml
deleted file mode 100644
index 2e2ffb3..0000000
--- a/.idea/dictionaries/kevinadametz.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- fewo
-
-
-
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
deleted file mode 100644
index 97626ba..0000000
--- a/.idea/encodings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/laravel-plugin.xml b/.idea/laravel-plugin.xml
deleted file mode 100644
index cc2ce14..0000000
--- a/.idea/laravel-plugin.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/mein.sterntours.test.iml b/.idea/mein.sterntours.test.iml
deleted file mode 100644
index 0356a1b..0000000
--- a/.idea/mein.sterntours.test.iml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 28a804d..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 2313240..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml
deleted file mode 100644
index 66fca08..0000000
--- a/.idea/php-test-framework.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/php.xml b/.idea/php.xml
deleted file mode 100644
index 7047750..0000000
--- a/.idea/php.xml
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/symfony2.xml b/.idea/symfony2.xml
deleted file mode 100644
index 3298060..0000000
--- a/.idea/symfony2.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index bef882c..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/webResources.xml b/.idea/webResources.xml
deleted file mode 100644
index 3432ba4..0000000
--- a/.idea/webResources.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
deleted file mode 100644
index 32758ab..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,887 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $PROJECT_DIR$/composer.json
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1538118843707
-
-
- 1538118843707
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/Http/Controllers/API/BookingController.php b/app/Http/Controllers/API/BookingController.php
index cf667b2..b5c64c8 100755
--- a/app/Http/Controllers/API/BookingController.php
+++ b/app/Http/Controllers/API/BookingController.php
@@ -70,7 +70,10 @@ class BookingController extends Controller
$lead = Lead::create($data);
$lead->updateNextDueDate();
-
+ $comfort = false;
+ if(isset($travel_booking->drafts['comfort']) && $travel_booking->drafts['comfort']){
+ $comfort = true;
+ }
$data = [
'booking_date' => $travel_booking->created->format('Y-m-d'),
'customer_id' => $customer->id,
@@ -82,6 +85,7 @@ class BookingController extends Controller
'travel_category_id' => isset($travel_booking->selected_travel['travel_category_id']) ? $travel_booking->selected_travel['travel_category_id'] : null,
'pax' => $travel_booking->selected_adults,
'title' => isset($travel_booking->selected_travel['travel_title']) ? $travel_booking->selected_travel['travel_title'] : "",
+ 'comfort' => $comfort,
'start_date' => $travel_booking->selected_start_date->format('Y-m-d'),
'end_date' => $travel_booking->selected_end_date->format('Y-m-d'),
'website_id' => 1,
diff --git a/app/Http/Controllers/RequestController.php b/app/Http/Controllers/RequestController.php
index 34d8474..0eff4b0 100755
--- a/app/Http/Controllers/RequestController.php
+++ b/app/Http/Controllers/RequestController.php
@@ -104,7 +104,8 @@ class RequestController extends Controller
}
if(Request::get('travel_option_lead_status_id') != ""){
$query->whereHas('lead', function ($q) {
- $q->where('status_id', '=', Request::get('travel_option_lead_status_id'));
+ $q->whereIn('status_id', Request::get('travel_option_lead_status_id'));
+
});
}
if(Request::get('travel_option_paying_out') != ""){
@@ -349,6 +350,9 @@ class RequestController extends Controller
->addColumn('travel_company_id', function (Booking $booking) {
return ''.($booking->travel_company ? $booking->travel_company->name : "-").'';
})
+ ->addColumn('comfort', function (Booking $booking) {
+ return $booking->comfort ? ' ' : '';
+ })
->addColumn('start_date', function (Booking $booking) {
return $booking->getStartDateFormat();
})
@@ -461,8 +465,9 @@ class RequestController extends Controller
->orderColumn('airline_id', 'airline_id $1')
->orderColumn('hold', 'hold $1')
->orderColumn('xx_tkt', 'xx_tkt_date $1')
+ ->orderColumn('comfort', 'comfort $1')
//->orderColumn('travel_documents', 'travel_documents $1')
- ->rawColumns(['action_lead_edit', 'lead_id', 'participant_firstname', 'participant_name', 'action_booking_edit', 'travel_country_id', 'travelagenda_id', 'travel_company_id', 'sf_guard_user_id', 'lead.status_id', 'last_customer_email', 'id', 'travel_documents', 'booking_services', 'paying_out', 'paying_out_status', 'airline_id', 'refund', 'hold', 'xx_tkt'])
+ ->rawColumns(['action_lead_edit', 'comfort', 'lead_id', 'participant_firstname', 'participant_name', 'action_booking_edit', 'travel_country_id', 'travelagenda_id', 'travel_company_id', 'sf_guard_user_id', 'lead.status_id', 'last_customer_email', 'id', 'travel_documents', 'booking_services', 'paying_out', 'paying_out_status', 'airline_id', 'refund', 'hold', 'xx_tkt'])
->make(true);
}
}
diff --git a/app/Http/Controllers/SyS/Tools/ContentLinkController.php b/app/Http/Controllers/SyS/Tools/ContentLinkController.php
index da39263..9033fd7 100755
--- a/app/Http/Controllers/SyS/Tools/ContentLinkController.php
+++ b/app/Http/Controllers/SyS/Tools/ContentLinkController.php
@@ -3,6 +3,7 @@
namespace App\Http\Controllers\SyS\Tools;
use App\Http\Controllers\Controller;
+use App\Models\Booking;
use App\Models\IQContentSite;
use App\Models\IQContentSiteField;
use App\Models\IQContentTree;
@@ -10,6 +11,8 @@ use App\Models\IQContentTreeNode;
use App\Models\TravelCountry;
use App\Models\TravelGuide;
use App\Models\TravelNationality;
+use App\Models\TravelBooking;
+
use Illuminate\Support\Str;
use IqContent\LaravelFilemanager\Controllers\FileController;
use IqContent\LaravelFilemanager\Controllers\FolderController;
@@ -35,6 +38,18 @@ class ContentLinkController extends Controller
//content_links
public function index()
{
+ /*$query = Booking::with('booking_draft_items')->select('booking.*')->where('new_drafts', true);
+
+ $query->whereHas('booking_draft_items', function ($q) {
+ $q->where('comfort', true);
+ });
+ $bookings = $query->get();
+ foreach ($bookings as $booking){
+ $booking->comfort = true;
+ $booking->save();
+ }
+*/
+ dd("nothing");
$val = [];
$text = "";
/* $travelGuides = TravelGuide::all();
diff --git a/app/Models/Booking.php b/app/Models/Booking.php
index 6d48db1..19fe005 100644
--- a/app/Models/Booking.php
+++ b/app/Models/Booking.php
@@ -209,6 +209,7 @@ class Booking extends Model
'refund' => 'int',
'xx_tkt' => 'int',
'is_rail_fly' => 'bool',
+ 'comfort' => 'bool'
];
@@ -238,6 +239,7 @@ class Booking extends Model
'pax',
'coupon_id',
'title',
+ 'comfort',
'start_date',
'end_date',
'website_id',
diff --git a/resources/views/request/index.blade.php b/resources/views/request/index.blade.php
index 664a0fe..a36c341 100755
--- a/resources/views/request/index.blade.php
+++ b/resources/views/request/index.blade.php
@@ -84,7 +84,7 @@
-