diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e512678f..902c3eb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## next deploy +## v5.4.10 2022 July 05 + +- Increased About page title's size +- Fix a bug: script mount-proof-of-identity-files creates a volume with an invalid path +- Fix a bug: unable to access the new OIDC provider form + ## v5.4.9 2022 June 29 - Fix a bug: validator of reservation can't find if slot has reserved by reservable type diff --git a/app/frontend/src/javascript/components/authentication-provider/openid-connect-form.tsx b/app/frontend/src/javascript/components/authentication-provider/openid-connect-form.tsx index 28532652d..23b71169b 100644 --- a/app/frontend/src/javascript/components/authentication-provider/openid-connect-form.tsx +++ b/app/frontend/src/javascript/components/authentication-provider/openid-connect-form.tsx @@ -69,7 +69,7 @@ export const OpenidConnectForm = ) => void): void => { - const current = currentFormValues.scope || []; + const current = currentFormValues?.scope || []; if (scopesAvailable) { // add custom scopes to the list of available scopes const unlisted = difference(current, scopesAvailable); diff --git a/app/frontend/src/stylesheets/app.components.scss b/app/frontend/src/stylesheets/app.components.scss index 7e332674c..c3334eda1 100644 --- a/app/frontend/src/stylesheets/app.components.scss +++ b/app/frontend/src/stylesheets/app.components.scss @@ -408,9 +408,10 @@ .about-title, .about-title p { margin: 0; font-size: rem-calc(50); - line-height: rem-calc(48); + line-height: rem-calc(56); color: #fff; font-weight: 900; + text-align: left; } .about-title-aside { @@ -418,14 +419,6 @@ font-size: rem-calc(18); } - .about-title, - .about-title p - { - font-size: rem-calc(18); - line-height: rem-calc(30); - text-align: left; - } - &.ng-hide { opacity: 0; diff --git a/app/models/slot.rb b/app/models/slot.rb index 20f458be5..180c4231b 100644 --- a/app/models/slot.rb +++ b/app/models/slot.rb @@ -1,9 +1,12 @@ # frozen_string_literal: true -# Time range, slicing an Availability. -# Its duration is defined by globally by Setting.get('slot_duration') but can be overridden per availability -# During a slot a Reservation is possible -# Only reserved slots are persisted in DB, others are instantiated on the fly +# A Time range. +# Slots have two functions: +# - slicing an Availability +# > Slots duration are defined globally by Setting.get('slot_duration') but can be overridden per availability. +# > These slots are not persisted in database and instantiated on the fly, if needed. +# - hold detailed data about a Reservation. +# > Persisted slots (in DB) represents booked slots and stores data about a time range that have been reserved. class Slot < ApplicationRecord include NotifyWith::NotificationAttachedObject diff --git a/doc/class-diagram.svg b/doc/class-diagram.svg index 60658d114..54c693e9c 100644 --- a/doc/class-diagram.svg +++ b/doc/class-diagram.svg @@ -1,20921 +1,21913 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + - - + + - - + + - - + + - - + + PlanFile - - AuthProvider + + + - - - + + - - + + plan_file - - auth_provider + + - - + + - - DatabaseProvider + + - - - + + string - - + + + - - providable + + - - - + + attachment - - - + + - - + + string - - DatabaseProvider + + + - - + + - - + + type - - + + - - + + integer - - ProjectStepImage + + + - - - + + - - + + viewable_id - - project_step_images + + - - + + string - - ProjectStep + + + - - - + + - - + + viewable_type - - project_steps + + + - - + + + - - + + - - + + PlanFile - - text + + - - - + + - - + + - - description + + - - + + ProjectImage - - integer + + + - - - + + - - + + project_image - - step_nb + + - - + + - - string + + - - - + + string - - + + + - - title + + - - - + + attachment - - - + + - - + + string - - ProjectStep + + + - - + + - - + + type - - + + - - + + integer - - ProjectUser + + + - - - + + - - + + viewable_id - - project_users + + - - + + string - - + + + - - + + - - boolean + + viewable_type - - - + + + - - + + + - - is_valid + + - - + + ProjectImage - - string + + - - - + + - - + + - - valid_token + + - - - + + StatisticGraph - - - + + + - - + + - - ProjectUser + + statistic_graph - - + + - - + + StatisticIndex - - + + + - - + + - - Import + + statistic_index - - - + + - - + + - - imports + + - - + + string - - + + + - - + + - - string + + chart_type - - - + + - - + + integer - - attachment + + + - - + + - - string + + limit - - - + + + - - + + + - - category + + - - + + StatisticGraph - - text + + - - - + + - - + + - - results + + - - + + Credit - - string + + + - - - + + - - + + credit - - update_field + + - - - + + Credit - - - + + + - - + + - - Import + + space_credit - - + + - - + + Credit - - + + + - - Invoice + + - - - + + training_credit - - + + - - avoir + + UsersCredit - - + + + - - Invoice + + - - - + + users_credits - - + + - - invoice + + - - + + - - InvoiceItem + + integer - - - + + + - - + + - - invoice_items + + hours_used - - + + + - - Invoice + + + - - - + + - - + + UsersCredit - - invoices + + - - + + - - InvoicingProfile + + - - - + + - - + + SpaceImage - - invoicing_profile + + + - - + + - - Invoice + + space_image - - - + + - - + + - - operated_invoices + + - - + + string - - InvoicingProfile + + + - - - + + - - + + attachment - - operator_profile + + - - + + string - - PaymentGatewayObject + + + - - - + + - - + + type - - payment_gateway_object + + - - + + integer - - PaymentScheduleItem + + + - - - + + - - + + viewable_id - - payment_schedule_item + + - - + + string - - StatisticProfile + + + - - - + + - - + + viewable_type - - statistic_profile + + + - - + + + - - WalletTransaction + + - - - + + SpaceImage - - + + - - wallet_transaction + + - - + + - - + + - - + + Availability - - datetime + + + - - - + + - - + + availabilities - - avoir_date + + - - + + AvailabilityTag - - text + + + - - - + + - - + + availability_tags - - description + + - - + + UserTag - - string + + + - - - + + - - + + user_tags - - environment + + - - + + User - - string + + + - - - + + - - + + users - - footprint + + - - + + - - integer + + - - - + + string - - + + + - - invoiced_id + + - - + + name - - string + + + - - - + + + - - + + - - invoiced_type + + Tag - - + + - - integer + + - - - + + - - + + - - operator_profile_id + + Price - - + + + - - string + + - - - + + machines_prices - - + + - - payment_method + + Space - - + + + - - string + + - - - + + priceable - - + + - - reference + + Price - - + + + - - boolean + + - - - + + prices - - + + - - subscription_to_expire + + Price - - + + + - - integer + + - - - + + spaces_prices - - + + - - total + + - - + + - - string + + integer - - - + + + - - + + - - type + + amount - - + + - - integer + + integer - - - + + + - - + + - - wallet_amount + + duration - - - + + - - - + + integer - - + + + - - Invoice + + - - + + priceable_id - - + + - - + + string - - Plan + + + - - - + + - - + + priceable_type - - plan + + + - - + + + - - PlansAvailability + + - - - + + Price - - + + - - plans_availabilities + + - - - + + - - - + + - - + + Component - - PlansAvailability + + + - - + + - - + + components - - + + - - + + - - Address + + - - - + + string - - + + + - - address + + - - + + name - - InvoicingProfile + + + - - - + + + - - + + - - placeable + + Component - - + + - - + + - - + + - - string + + - - - + + ProofOfIdentityFile - - + + + - - address + + - - + + proof_of_identity_files - - string + + - - - + + ProofOfIdentityType - - + + + - - country + + - - + + proof_of_identity_type - - string + + - - - + + ProofOfIdentityType - - + + + - - locality + + - - + + proof_of_identity_types - - integer + + - - - + + ProofOfIdentityTypesGroup - - + + + - - placeable_id + + - - + + proof_of_identity_types_groups - - string + + - - - + + - - + + - - placeable_type + + string - - + + + - - string + + - - - + + name - - + + + - - postal_code + + + - - + + - - string + + ProofOfIdentityType - - - + + - - + + - - route + + - - + + - - string + + Address - - - + + + - - + + - - street_number + + address - - - + + - - - + + HistoryValue - - + + + - - Address + + - - + + history_values - - + + - - + + Invoice - - SlotsReservation + + + - - - + + - - + + invoices - - slots_reservations + + - - - + + InvoicingProfile - - - + + + - - + + - - SlotsReservation + + invoicing_profile - - + + - - + + Invoice - - + + + - - TrainingsAvailability + + - - - + + operated_invoices - - + + - - trainings_availabilities + + PaymentSchedule - - - + + + - - - + + - - + + operated_payment_schedules - - TrainingsAvailability + + - - + + InvoicingProfile - - + + + - - + + - - InvoiceItem + + operator_profile - - - + + - - + + Organization - - invoice_item + + + - - + + - - PaymentGatewayObject + + organization - - - + + - - + + PaymentSchedule - - payment_gateway_object + + + - - + + - - PaymentGatewayObject + + payment_schedules - - - + + - - + + Organization - - payment_gateway_objects + + + - - + + - - PaymentSchedule + + placeable - - - + + - - + + ProfileCustomField - - payment_schedule + + + - - + + - - PaymentScheduleItem + + profile_custom_fields - - - + + - - + + UserProfileCustomField - - payment_schedule_item + + + - - + + - - Plan + + user_profile_custom_fields - - - + + - - + + Wallet - - plan + + + - - + + - - Space + + wallet - - - + + - - + + WalletTransaction - - space + + + - - + + - - Subscription + + wallet_transactions - - - + + - - + + - - subscription + + - - + + string - - Training + + + - - - + + - - + + email - - training + + - - + + string - - User + + + - - - + + - - + + first_name - - user + + - - + + string - - + + + - - + + - - string + + last_name - - - + + + - - + + + - - gateway_object_id + + - - + + InvoicingProfile - - string + + - - - + + - - + + - - gateway_object_type + + - - + + Role - - integer + + + - - - + + - - + + role - - item_id + + - - + + User - - string + + + - - - + + - - + + users - - item_type + + - - - + + - - - + + - - + + string - - PaymentGatewayObject + + + - - + + - - + + name - - + + - - HistoryValue + + integer - - - + + + - - + + - - history_values + + resource_id - - + + - - InvoicingProfile + + string - - - + + + - - + + - - invoicing_profile + + resource_type - - + + + - - + + + - - + + - - string + + Role - - - + + - - + + - - footprint + + - - + + - - string + + InvoiceItem - - - + + + - - + + - - value + + invoice_item - - - + + - - - + + InvoiceItem - - + + + - - HistoryValue + + - - + + invoice_items - - + + - - + + PaymentGatewayObject - - + + + - - TrainingImage + + - - - + + payment_gateway_object - - + + - - training_image + + - - + + - - + + integer - - + + + - - string + + - - - + + amount - - + + - - attachment + + text - - + + + - - string + + - - - + + description - - + + - - type + + string - - + + + - - integer + + - - - + + footprint - - + + - - viewable_id + + boolean - - + + + - - string + + - - - + + main - - + + - - viewable_type + + bigint - - - + + + - - - + + - - + + object_id - - TrainingImage + + - - + + string - - + + + - - - + + - - + + object_type - - PaymentDocument + + + - - + + + - - + + - - + + InvoiceItem - - + + - - Availability + + + - - - + + - - + + FreeExtension - - availabilities + + - - + + - - Credit + + - - - + + - - + + AuthProvider - - credits + + + - - + + - - PaymentGatewayObject + + auth_provider - - - + + - - + + DatabaseProvider - - payment_gateway_object + + + - - + + - - Plan + + providable - - - + + + - - + + + - - plans + + - - + + DatabaseProvider - - Reservation + + - - - + + - - + + - - reservations + + - - + + CustomAssetFile - - StatisticProfileTraining + + + - - - + + - - + + custom_asset_file - - statistic_profile_trainings + + - - + + - - StatisticProfile + + - - - + + string - - + + + - - statistic_profiles + + - - + + name - - Training + + + - - - + + + - - + + - - training + + CustomAsset - - + + - - TrainingImage + + - - - + + - - + + - - training_image + + StatisticProfilePrepaidPack - - + + + - - Training + + - - - + + object - - + + - - trainings + + OfferDay - - + + + - - TrainingsAvailability + + - - - + + offer_day - - + + - - trainings_availabilities + + PaymentScheduleObject - - + + + - - TrainingsPricing + + - - - + + payment_schedule_object - - + + - - trainings_pricings + + PaymentScheduleObject - - + + + - - + + - - + + payment_schedule_objects - - text + + - - - + + StatisticProfilePrepaidPack - - + + + - - description + + - - + + statistic_profile_prepaid_pack - - boolean + + - - - + + WalletTransaction - - + + + - - disabled + + - - + + wallet_transaction - - string + + - - - + + - - + + - - name + + string - - + + + - - integer + + - - - + + footprint - - + + - - nb_total_places + + boolean - - + + + - - boolean + + - - - + + main - - + + - - public_page + + bigint - - + + + - - string + + - - - + + object_id - - + + - - slug + + string - - + + + - - string + + - - - + + object_type - - + + + - - stp_product_id + + + - - - + + - - - + + PaymentScheduleObject - - + + - - Training + + - - + + - - + + - - + + ProjectStepImage - - + + + - - CustomAssetFile + + - - - + + project_step_images - - + + - - custom_asset_file + + - - + + - - + + string - - + + + - - string + + - - - + + attachment - - + + - - name + + string - - - + + + - - - + + - - + + type - - CustomAsset + + - - + + integer - - + + + - - + + - - + + viewable_id - - SpaceFile + + - - - + + string - - + + + - - space_files + + - - + + viewable_type - - + + + - - + + + - - string + + - - - + + ProjectStepImage - - + + - - attachment + + - - + + - - string + + - - - + + Address - - + + + - - type + + - - + + address - - integer + + - - - + + Organization - - + + + - - viewable_id + + - - + + placeable - - string + + - - - + + - - + + - - viewable_type + + string - - - + + + - - - + + - - + + address - - SpaceFile + + - - + + string - - + + + - - + + - - StatisticTypeSubType + + country - - - + + - - + + string - - statistic_type_sub_types + + + - - - + + - - - + + locality - - + + - - StatisticTypeSubType + + integer - - + + + - - + + - - + + placeable_id - - + + - - Project + + string - - - + + + - - + + - - projects + + placeable_type - - + + - - + + string - - + + + - - text + + - - - + + postal_code - - + + - - description + + string - - + + + - - string + + - - - + + route - - + + - - name + + string - - - + + + - - - + + - - + + street_number - - Licence + + + - - + + + - - + + - - + + Address - - + + - - string + + - - - + + - - + + - - attachment + + Project - - + + + - - string + + - - - + + projects - - + + - - type + + - - + + - - integer + + text - - - + + + - - + + - - viewable_id + + description - - + + - - string + + string - - - + + + - - + + - - viewable_type + + name - - - + + + - - - + + + - - + + - - Asset + + Licence - - + + - - + + - - + + - - ICalendarEvent + + - - - + + Availability - - + + + - - i_calendar_events + + - - + + availabilities - - + + - - + + Credit - - string + + + - - - + + - - + + credits - - color + + - - + + Machine - - string + + + - - - + + - - + + machine - - name + + - - + + MachineFile - - string + + + - - - + + - - + + machine_files - - text_color + + - - + + MachineImage - - boolean + + + - - - + + - - + + machine_image - - text_hidden + + - - + + MachinesAvailability - - string + + + - - - + + - - + + machines_availabilities - - url + + - - - + + PaymentGatewayObject - - - + + + - - + + - - ICalendar + + payment_gateway_object - - + + - - + + Plan - - + + + - - + + - - InvoiceItem + + plans - - - + + - - + + PrepaidPack - - invoice_items + + + - - + + - - OfferDay + + prepaid_packs - - - + + - - + + Space - - object + + + - - + + - - OfferDay + + priceable - - - + + - - + + Price - - offer_days + + + - - + + - - PaymentGatewayObject + + prices - - - + + - - + + Project - - payment_gateway_object + + + - - + + - - PaymentScheduleObject + + projects - - - + + - - + + Reservation - - payment_schedule_object + + + - - + + - - StatisticProfile + + reservations - - - + + - - + + Training - - statistic_profile + + + - - + + - - Subscription + + trainings - - - + + - - + + - - subscription + + - - + + text - - Subscription + + + - - - + + - - + + description - - subscriptions + + - - + + boolean - - + + + - - + + - - datetime + + disabled - - - + + - - + + string - - canceled_at + + + - - + + - - datetime + + name - - - + + - - + + string - - expiration_date + + + - - - + + - - - + + slug - - + + - - Subscription + + text - - + + + - - + + - - + + spec - - + + + - - EventPriceCategory + + + - - - + + - - + + Machine - - event_price_categories + + - - + + - - EventPriceCategory + + - - - + + - - + + TrainingsAvailability - - event_price_category + + + - - + + - - Ticket + + trainings_availabilities - - - + + + - - + + + - - tickets + + - - + + TrainingsAvailability - - + + - - + + - - integer + + - - - + + - - + + ProjectUser - - amount + + + - - - + + - - - + + project_users - - + + - - EventPriceCategory + + - - + + - - + + boolean - - + + + - - + + - - ProjectStepImage + + is_valid - - - + + - - + + string - - project_step_images + + + - - + + - - + + valid_token - - + + + - - string + + + - - - + + - - + + ProjectUser - - attachment + + - - + + - - string + + - - - + + - - + + EventPriceCategory - - type + + + - - + + - - integer + + event_price_category - - - + + - - + + PriceCategory - - viewable_id + + + - - + + - - string + + price_categories - - - + + - - + + - - viewable_type + + - - - + + text - - - + + + - - + + - - ProjectStepImage + + conditions - - + + - - + + string - - + + + - - Availability + + - - - + + name - - + + + - - availabilities + + + - - + + - - Credit + + PriceCategory - - - + + - - + + - - credits + + - - + + - - PaymentGatewayObject + + SpacesAvailability - - - + + + - - + + - - payment_gateway_object + + spaces_availabilities - - + + + - - Machine + + + - - - + + - - + + SpacesAvailability - - priceable + + - - + + - - Price + + - - - + + - - + + StatisticSubType - - prices + + + - - + + - - Project + + statistic_sub_types - - - + + - - + + StatisticTypeSubType - - projects + + + - - + + - - Reservation + + statistic_type_sub_types - - - + + - - + + - - reservations + + - - + + string - - Space + + + - - - + + - - + + key - - space + + - - + + string - - SpaceFile + + + - - - + + - - + + label - - space_files + + + - - + + + - - SpaceImage + + - - - + + StatisticSubType - - + + - - space_image + + - - + + - - SpacesAvailability + + - - - + + AuthProvider - - + + + - - spaces_availabilities + + - - + + auth_provider - - + + - - + + DatabaseProvider - - text + + + - - - + + - - + + providable - - characteristics + + - - + + - - integer + + - - - + + string - - + + + - - default_places + + - - + + client__authorization_endpoint - - text + + - - - + + string - - + + + - - description + + - - + + client__end_session_endpoint - - boolean + + - - - + + string - - + + + - - disabled + + - - + + client__host - - string + + - - - + + string - - + + + - - name + + - - + + client__identifier - - string + + - - - + + string - - + + + - - slug + + - - + + client__jwks_uri - - string + + - - - + + string - - + + + - - stp_product_id + + - - - + + client__port - - - + + - - + + string - - Space + + + - - + + - - + + client__redirect_uri - - + + - - + + string - - MachineFile + + + - - - + + - - + + client__scheme - - machine_files + + - - + + string - - + + + - - + + - - string + + client__secret - - - + + - - + + string - - attachment + + + - - + + - - string + + client__token_endpoint - - - + + - - + + string - - type + + + - - + + - - integer + + client__userinfo_endpoint - - - + + - - + + string - - viewable_id + + + - - + + - - string + + client_auth_method - - - + + - - + + boolean - - viewable_type + + + - - - + + - - - + + discovery - - + + - - MachineFile + + string - - + + + - - + + - - + + display - - AvailabilityTag + + - - - + + string - - + + + - - availability_tags + + - - - + + issuer - - - + + - - + + string - - AvailabilityTag + + + - - + + - - + + post_logout_redirect_uri - - + + - - datetime + + string - - - + + + - - + + - - closed_at + + profile_url - - + + - - integer + + string - - - + + + - - + + - - closed_by + + prompt - - + + - - date + + string - - - + + + - - + + - - end_at + + response_mode - - + + - - string + + string - - - + + + - - + + - - footprint + + response_type - - + + - - integer + + string - - - + + + - - + + - - period_total + + scope - - + + - - integer + + boolean - - - + + + - - + + - - perpetual_total + + send_scope_to_token_endpoint - - + + - - date + + string - - - + + + - - + + - - start_at + + uid_field - - - + + + - - - + + + - - + + - - AccountingPeriod + + OpenIdConnectProvider - - + + - - + + + - - + + - - StatisticField + + MachineReservation - - - + + - - + + - - statistic_fields + + - - + + - - StatisticIndex + + ICalendarEvent - - - + + + - - + + - - statistic_index + + i_calendar_events - - + + - - + + - - + + - - string + + string - - - + + + - - + + - - data_type + + attendee - - + + - - string + + string - - - + + + - - + + - - key + + description - - + + - - string + + datetime - - - + + + - - + + - - label + + dtend - - - + + - - - + + datetime - - + + + - - StatisticField + + - - + + dtstart - - + + - - + + string - - text + + + - - - + + - - + + summary - - contents + + - - + + string - - string + + + - - - + + - - + + uid - - name + + + - - - + + + - - - + + - - + + ICalendarEvent - - Stylesheet + + - - + + + - - + + - - + + SpaceReservation - - + + - - OfferDay + + - - - + + - - + + - - object + + StatisticProfileTraining - - + + + - - OfferDay + + - - - + + statistic_profile_trainings - - + + + - - offer_day + + + - - + + - - PaymentScheduleObject + + StatisticProfileTraining - - - + + - - + + - - payment_schedule_object + + - - + + - - PaymentScheduleObject + + Category - - - + + + - - + + - - payment_schedule_objects + + category - - + + - - WalletTransaction + + Event - - - + + + - - + + - - wallet_transaction + + events - - + + - - + + - - + + - - string + + string - - - + + + - - + + - - footprint + + name - - + + - - boolean + + string - - - + + + - - + + - - main + + slug - - + + + - - integer + + + - - - + + - - + + Category - - object_id + + - - + + - - string + + - - - + + - - + + string - - object_type + + + - - - + + - - - + + email - - + + - - PaymentScheduleObject + + string - - + + + - - + + - - + + first_name - - StatisticProfile + + - - - + + string - - + + + - - author + + - - + + last_name - - Component + + - - - + + text - - + + + - - components + + - - + + message - - Project + + - - - + + integer - - + + + - - my_projects + + - - + + signaled_id - - ProjectCao + + - - - + + string - - + + + - - project_caos + + - - + + signaled_type - - ProjectImage + + + - - - + + + - - + + - - project_image + + Abuse - - + + - - ProjectStep + + + - - - + + - - + + Project - - project_steps + + - - + + - - ProjectUser + + - - - + + - - + + StatisticCustomAggregation - - project_users + + + - - + + - - Project + + statistic_custom_aggregations - - - + + - - + + StatisticIndex - - projects + + + - - + + - - + + statistic_index - - + + - - integer + + StatisticSubType - - - + + + - - + + - - author_statistic_profile_id + + statistic_sub_types - - + + - - text + + StatisticTypeSubType - - - + + + - - + + - - description + + statistic_type_sub_types - - + + - - string + + StatisticType - - - + + + - - + + - - name + + statistic_types - - + + - - datetime + + - - - + + - - + + boolean - - published_at + + + - - + + - - tsvector + + graph - - - + + - - + + string - - search_vector + + + - - + + - - string + + key - - - + + - - + + string - - slug + + + - - + + - - string + + label - - - + + - - + + boolean - - state + + + - - + + - - text + + simple - - - + + + - - + + + - - tags + + - - - + + StatisticType - - - + + - - + + - - Project + + - - + + - - + + ICalendarEvent - - + + + - - + + - - UserAvatar + + i_calendar_events - - - + + - - + + - - user_avatar + + - - + + string - - + + + - - + + - - string + + color - - - + + - - + + string - - attachment + + + - - + + - - string + + name - - - + + - - + + string - - type + + + - - + + - - integer + + text_color - - - + + - - + + boolean - - viewable_id + + + - - + + - - string + + text_hidden - - - + + - - + + string - - viewable_type + + + - - - + + - - - + + url - - + + + - - UserAvatar + + + - - + + - - + + ICalendar - - + + - - StatisticField + + - - - + + - - + + - - statistic_fields + + Project - - + + + - - StatisticGraph + + - - - + + projects - - + + - - statistic_graph + + - - + + - - StatisticIndex + + string - - - + + + - - + + - - statistic_index + + name - - + + + - - StatisticType + + + - - - + + - - + + Theme - - statistic_types + + - - + + - - + + - - + + - - boolean + + HistoryValue - - - + + + - - + + - - ca + + history_values - - + + - - string + + - - - + + - - + + string - - es_type_key + + + - - + + - - string + + name - - - + + + - - + + + - - label + + - - + + Setting - - boolean + + - - - + + - - + + - - table + + - - - + + Export - - - + + + - - + + - - StatisticIndex + + exports - - + + - - - + + - - + + - - SimpleAuthProvider + + string - - + + + - - + + - - + + category - - AuthProvider + + - - - + + string - - + + + - - auth_provider + + - - + + export_type - - OAuth2Mapping + + - - - + + string - - + + + - - o_auth2_mappings + + - - + + extension - - OAuth2Provider + + - - - + + string - - + + + - - o_auth2_provider + + - - + + key - - DatabaseProvider + + - - - + + string - - + + + - - providable + + - - + + query - - + + + - - + + + - - string + + - - - + + Export - - + + - - authorization_endpoint + + - - + + - - string + + - - - + + StatisticCustomAggregation - - + + + - - base_url + + - - + + statistic_custom_aggregations - - string + + - - - + + - - + + - - client_id + + string - - + + + - - string + + - - - + + es_index - - + + - - client_secret + + string - - + + + - - string + + - - - + + es_type - - + + - - profile_url + + string - - + + + - - string + + - - - + + field - - + + - - token_endpoint + + text - - - + + + - - - + + - - + + query - - OAuth2Provider + + + - - + + + - - - + + - - + + StatisticCustomAggregation - - NotificationType + + - - + + - - + + - - + + - - Availability + + Profile - - - + + + - - + + - - availability + + profile - - + + - - Reservation + + UserAvatar - - - + + + - - + + - - reservations + + user_avatar - - + + - - Slot + + - - - + + - - + + string - - slots + + + - - + + - - SlotsReservation + + dailymotion - - - + + - - + + string - - slots_reservations + + + - - + + - - + + echosciences - - + + - - datetime + + string - - - + + + - - + + - - canceled_at + + facebook - - + + - - boolean + + string - - - + + + - - + + - - destroying + + first_name - - + + - - datetime + + string - - - + + + - - + + - - end_at + + flickr - - + + - - datetime + + string - - - + + + - - + + - - ex_end_at + + github - - + + - - datetime + + string - - - + + + - - + + - - ex_start_at + + google_plus - - + + - - boolean + + string - - - + + + - - + + - - offered + + instagram - - + + - - datetime + + text - - - + + + - - + + - - start_at + + interest - - - + + - - - + + string - - + + + - - Slot + + - - + + job - - + + - - + + string - - ICalendarEvent + + + - - - + + - - + + last_name - - i_calendar_events + + - - + + string - - + + + - - + + - - string + + lastfm - - - + + - - + + string - - attendee + + + - - + + - - string + + linkedin - - - + + - - + + string - - description + + + - - + + - - datetime + + phone - - - + + - - + + string - - dtend + + + - - + + - - datetime + + pinterest - - - + + - - + + text - - dtstart + + + - - + + - - string + + software_mastered - - - + + - - + + string - - summary + + + - - + + - - string + + tours - - - + + - - + + string - - uid + + + - - - + + - - - + + twitter - - + + - - ICalendarEvent + + string - - + + + - - + + - - + + viadeo - - + + - - Group + + string - - - + + + - - + + - - group + + vimeo - - + + - - Price + + string - - - + + + - - + + - - machines_prices + + website - - + + - - Plan + + string - - - + + + - - + + - - plans + + youtube - - + + + - - Price + + + - - - + + - - + + Profile - - spaces_prices + + - - + + - - StatisticProfile + + - - - + + - - + + EventFile - - statistic_profiles + + + - - + + - - TrainingsPricing + + event_files - - - + + - - + + - - trainings_pricings + + - - + + string - - User + + + - - - + + - - + + attachment - - users + + - - + + string - - + + + - - + + - - boolean + + type - - - + + - - + + integer - - disabled + + + - - + + - - string + + viewable_id - - - + + - - + + string - - name + + + - - + + - - string + + viewable_type - - - + + + - - + + + - - slug + + - - - + + EventFile - - - + + - - + + - - Group + + - - + + - - + + ProofOfIdentityTypesGroup - - + + + - - + + - - Address + + proof_of_identity_types_groups - - - + + + - - + + + - - address + + - - + + ProofOfIdentityTypesGroup - - InvoicingProfile + + - - - + + - - + + - - invoicing_profile + + - - + + InvoicingProfile - - Organization + + + - - - + + - - + + invoicing_profile - - organization + + - - + + PaymentSchedule - - InvoicingProfile + + + - - - + + - - + + operated_payment_schedules - - placeable + + - - + + InvoicingProfile - - Profile + + + - - - + + - - + + operator_profile - - profile + + - - + + PaymentGatewayObject - - + + + - - + + - - string + + payment_gateway_objects - - - + + - - + + PaymentSchedule - - name + + + - - - + + - - - + + payment_schedule - - + + - - Organization + + PaymentScheduleItem - - + + + - - + + - - + + payment_schedule_items - - + + - - EventImage + + PaymentScheduleObject - - - + + + - - + + - - event_image + + payment_schedule_objects - - + + - - + + PaymentSchedule - - + + + - - string + + - - - + + payment_schedules - - + + - - attachment + + StatisticProfile - - + + + - - string + + - - - + + statistic_profile - - + + - - type + + WalletTransaction - - + + + - - integer + + - - - + + wallet_transaction - - + + - - viewable_id + + - - + + - - string + + string - - - + + + - - + + - - viewable_type + + environment - - - + + - - - + + string - - + + + - - EventImage + + - - + + footprint - - + + - - + + bigint - - + + + - - AgeRange + + - - - + + operator_profile_id - - + + - - age_range + + string - - + + + - - Event + + - - - + + payment_method - - + + - - events + + string - - + + + - - + + - - + + reference - - string + + - - - + + datetime - - + + + - - name + + - - + + start_at - - string + + - - - + + integer - - + + + - - slug + + - - - + + total - - - + + - - + + integer - - AgeRange + + + - - - - - - - - - + + - - + + wallet_amount - - - + + + - - + + + - - User + + - - + + PaymentSchedule - - + + - - + + - - + + - - Availability + + - - - + + PaymentGatewayObject - - + + + - - availabilities + + - - + + payment_gateway_object - - Credit + + - - - + + PaymentScheduleItem - - + + + - - credits + + - - + + payment_schedule_item - - MachineFile + + - - - + + PaymentScheduleItem - - + + + - - machine_files + + - - + + payment_schedule_items - - MachineImage + + - - - + + - - + + - - machine_image + + integer - - + + + - - MachinesAvailability + + - - - + + amount - - + + - - machines_availabilities + + string - - + + + - - PaymentGatewayObject + + - - - + + client_secret - - + + - - payment_gateway_object + + jsonb - - + + + - - Plan + + - - - + + details - - + + - - plans + + datetime - - + + + - - Machine + + - - - + + due_date - - + + - - priceable + + string - - + + + - - Price + + - - - + + footprint - - + + - - prices + + string - - + + + - - Project + + - - - + + payment_method - - + + - - projects + + string - - + + + - - Reservation + + - - - + + state - - + + + - - reservations + + + - - + + - - Training + + PaymentScheduleItem - - - + + - - + + - - trainings + + - - + + - - + + Availability - - + + + - - text + + - - - + + availabilities - - + + - - description + + Credit - - + + + - - boolean + + - - - + + credits - - + + - - disabled + + PaymentGatewayObject - - + + + - - string + + - - - + + payment_gateway_object - - + + - - name + + Plan - - + + + - - string + + - - - + + plans - - + + - - slug + + Reservation - - + + + - - text + + - - - + + reservations - - + + - - spec + + StatisticProfileTraining - - + + + - - string + + - - - + + statistic_profile_trainings - - + + - - stp_product_id + + StatisticProfile - - - + + + - - - + + - - + + statistic_profiles - - Machine + + - - + + Training - - + + + - - + + - - + + training - - Profile + + - - - + + TrainingImage - - + + + - - profile + + - - + + training_image - - UserAvatar + + - - - + + Training - - + + + - - user_avatar + + - - + + trainings - - + + - - + + TrainingsAvailability - - string + + + - - - + + - - + + trainings_availabilities - - dailymotion + + - - + + TrainingsPricing - - string + + + - - - + + - - + + trainings_pricings - - echosciences + + - - + + - - string + + - - - + + text - - + + + - - facebook + + - - + + description - - string + + - - - + + boolean - - + + + - - first_name + + - - + + disabled - - string + + - - - + + string - - + + + - - flickr + + - - + + name - - string + + - - - + + integer - - + + + - - github + + - - + + nb_total_places - - string + + - - - + + boolean - - + + + - - google_plus + + - - + + public_page - - string + + - - - + + string - - + + + - - instagram + + - - + + slug - - text + + + - - - + + + - - + + - - interest + + Training - - + + - - string + + - - - + + - - + + - - job + + ProofOfIdentityRefusal - - + + + - - string + + - - - + + proof_of_identity_refusals - - + + - - last_name + + ProofOfIdentityType - - + + + - - string + + - - - + + proof_of_identity_types - - + + - - lastfm + + User - - + + + - - string + + - - - + + user - - + + - - linkedin + + - - + + - - string + + text - - - + + + - - + + - - phone + + message - - + + - - string + + integer - - - + + + - - + + - - pinterest + + operator_id - - + + + - - text + + + - - - + + - - + + ProofOfIdentityRefusal - - software_mastered + + - - + + - - string + + - - - + + - - + + string - - tours + + + - - + + - - string + + attachment - - - + + - - + + string - - twitter + + + - - + + - - string + + type - - - + + - - + + integer - - viadeo + + + - - + + - - string + + viewable_id - - - + + - - + + string - - vimeo + + + - - + + - - string + + viewable_type - - - + + + - - + + + - - website + + - - + + Asset - - string + + - - - + + - - + + - - youtube + + - - - + + PlanCategory - - - + + + - - + + - - Profile + + plan_category - - + + - - + + Plan - - + + + - - + + - - integer + + plans - - - + + - - + + - - attached_object_id + + - - + + text - - string + + + - - - + + - - + + description - - attached_object_type + + - - + + string - - boolean + + + - - - + + - - + + name - - is_read + + - - + + integer - - boolean + + + - - - + + - - + + weight - - is_send + + + - - + + + - - integer + + - - - + + PlanCategory - - + + - - receiver_id + + + - - + + - - string + + Space - - - + + - - + + - - receiver_type + + - - - + + - - - + + AvailabilityTag - - + + + - - Notification + + - - + + availability_tags - - + + + - - + + + - - + + - - MachineImage + + AvailabilityTag - - - + + - - + + - - machine_image + + - - + + - - + + ProfileCustomField - - + + + - - string + + - - - + + profile_custom_fields - - + + - - attachment + + UserProfileCustomField - - + + + - - string + + - - - + + user_profile_custom_fields - - + + - - type + + - - + + - - integer + + boolean - - - + + + - - + + - - viewable_id + + actived - - + + - - string + + string - - - + + + - - + + - - viewable_type + + label - - - + + - - - + + boolean - - + + + - - MachineImage + + - - + + required - - + + + - - + + + - - + + - - PlanFile + + ProfileCustomField - - - + + - - + + + - - plan_file + + - - + + TrainingReservation - - + + - - + + - - string + + - - - + + - - + + ProofOfIdentityFile - - attachment + + + - - + + - - string + + proof_of_identity_files - - - + + - - + + ProofOfIdentityType - - type + + + - - + + - - integer + + proof_of_identity_type - - - + + - - + + - - viewable_id + + - - + + string - - string + + + - - - + + - - + + attachment - - viewable_type + + + - - - + + + - - - + + - - + + ProofOfIdentityFile - - PlanFile + + - - + + + - - + + - - + + Account - - + + - - string + + + - - - + + - - + + ParameterError - - data + + - - + + - - string + + - - - + + - - + + Availability - - footprint + + + - - + + - - string + + availability - - - + + - - + + Reservation - - klass + + + - - - + + - - - + + reservations - - + + - - FootprintDebug + + Slot - - + + + - - - + + - - + + slots - - Coupon + + - - + + SlotsReservation - - - + + + - - + + - - Space + + slots_reservations - - + + - - + + - - + + - - + + datetime - - Export + + + - - - + + - - + + canceled_at - - exports + + - - + + boolean - - + + + - - + + - - string + + destroying - - - + + - - + + datetime - - category + + + - - + + - - string + + end_at - - - + + - - + + datetime - - export_type + + + - - + + - - string + + ex_end_at - - - + + - - + + datetime - - extension + + + - - + + - - string + + ex_start_at - - - + + - - + + boolean - - key + + + - - + + - - string + + offered - - - + + - - + + datetime - - query + + + - - - + + - - - + + start_at - - + + + - - Export + + + - - + + - - + + Slot - - + + - - + + - - EventPriceCategory + + - - - + + - - + + ProjectStepImage - - event_price_category + + + - - + + - - PriceCategory + + project_step_images - - - + + - - + + ProjectStep - - price_categories + + + - - + + - - + + project_steps - - + + - - text + + - - - + + - - + + text - - conditions + + + - - + + - - string + + description - - - + + - - + + integer - - name + + + - - - + + - - - + + step_nb - - + + - - PriceCategory + + string - - + + + - - + + - - + + title - - + + + - - Invoice + + + - - - + + - - + + ProjectStep - - invoice + + - - + + - - InvoiceItem + + - - - + + - - + + Group - - invoice_item + + + - - + + - - OfferDay + + group - - - + + - - + + Price - - object + + + - - + + - - PaymentSchedule + + machines_prices - - - + + - - + + Plan - - payment_schedule + + + - - + + - - Reservation + + plans - - - + + - - + + ProofOfIdentityType - - reservation + + + - - + + - - WalletTransaction + + proof_of_identity_types - - - + + - - + + ProofOfIdentityTypesGroup - - wallet_transaction + + + - - + + - - WalletTransaction + + proof_of_identity_types_groups - - - + + - - + + Price - - wallet_transactions + + + - - + + - - + + spaces_prices - - + + - - integer + + StatisticProfile - - - + + + - - + + - - amount + + statistic_profiles - - + + - - integer + + TrainingsPricing - - - + + + - - + + - - transactable_id + + trainings_pricings - - + + - - string + + User - - - + + + - - + + - - transactable_type + + users - - + + - - string + + - - - + + - - + + boolean - - transaction_type + + + - - - + + - - - + + disabled - - + + - - WalletTransaction + + string - - + + + - - + + - - + + name - - MachinesAvailability + + - - - + + string - - + + + - - machines_availabilities + + - - - + + slug - - - + + + - - + + + - - MachinesAvailability + + - - + + Group - - - + + - - + + + - - EventReservation + + - - + + NotificationType - - + + - - + + + - - + + - - EventFile + + Subscription - - - + + - - + + - - event_files + + - - + + - - + + Group - - + + + - - string + + - - - + + group - - + + - - attachment + + Machine - - + + + - - string + + - - - + + machine - - + + - - type + + PrepaidPack - - + + + - - integer + + - - - + + prepaid_packs - - + + - - viewable_id + + Space - - + + + - - string + + - - - + + space - - + + - - viewable_type + + StatisticProfilePrepaidPack - - - + + + - - - + + - - + + statistic_profile_prepaid_packs - - EventFile + + - - + + - - + + - - + + integer - - EventPriceCategory + + + - - - + + - - + + amount - - event_price_category + + - - + + boolean - - Reservation + + + - - - + + - - + + disabled - - reservation + + - - + + integer - - Ticket + + + - - - + + - - + + minutes - - tickets + + - - + + bigint - - + + + - - + + - - integer + + priceable_id - - - + + - - + + string - - booked + + + - - - + + - - - + + priceable_type - - + + - - Ticket + + integer - - + + + - - + + - - + + validity_count - - + + - - PaymentGatewayObject + + string - - - + + + - - + + - - payment_gateway_object + + validity_interval - - + + + - - PaymentScheduleItem + + + - - - + + - - + + PrepaidPack - - payment_schedule_item + + - - + + - - PaymentScheduleItem + + - - - + + - - + + EventPriceCategory - - payment_schedule_items + + + - - + + - - + + event_price_categories - - + + - - integer + + EventPriceCategory - - - + + + - - + + - - amount + + event_price_category - - + + - - string + + Ticket - - - + + + - - + + - - client_secret + + tickets - - + + - - datetime + + - - - + + - - + + integer - - due_date + + + - - + + - - string + + amount - - - + + + - - + + + - - footprint + + - - + + EventPriceCategory - - string + + - - - + + - - + + - - payment_method + + - - + + MachineImage - - string + + + - - - + + - - + + machine_image - - state + + - - - + + - - - + + - - + + string - - PaymentScheduleItem + + + - - + + - - + + attachment - - + + - - + + string - - string + + + - - - + + - - + + type - - email + + - - + + integer - - string + + + - - - + + - - + + viewable_id - - first_name + + - - + + string - - string + + + - - - + + - - + + viewable_type - - last_name + + + - - + + + - - text + + - - - + + MachineImage - - + + - - message + + - - + + - - integer + + - - - + + StatisticProfile - - + + + - - signaled_id + + - - + + author - - string + + - - - + + Project - - + + + - - signaled_type + + - - - + + my_projects - - - + + - - + + PrepaidPack - - Abuse + + + - - + + - - - + + prepaid_packs - - + + - - Subscription + + Reservation - - + + + - - + + - - + + reservations - - StatisticGraph + + - - - + + Role - - + + + - - statistic_graph + + - - + + role - - StatisticIndex + + - - - + + StatisticProfile - - + + + - - statistic_index + + - - + + statistic_profile - - + + - - + + StatisticProfilePrepaidPack - - string + + + - - - + + - - + + statistic_profile_prepaid_packs - - chart_type + + - - + + StatisticProfileTraining - - integer + + + - - - + + - - + + statistic_profile_trainings - - limit + + - - - + + StatisticProfile - - - + + + - - + + - - StatisticGraph + + statistic_profiles - - + + - - + + Subscription - - + + + - - AuthProvider + + - - - + + subscriptions - - + + - - auth_provider + + - - + + - - DatabaseProvider + + date - - - + + + - - + + - - providable + + birthday - - + + - - + + boolean - - + + + - - string + + - - - + + gender - - + + + - - name + + + - - + + - - integer + + StatisticProfile - - - + + - - + + + - - providable_id + + - - + + Training - - string + + - - - + + - - + + - - providable_type + + - - + + InvoiceItem - - string + + + - - - + + - - + + invoice_items - - status + + - - - + + StatisticProfilePrepaidPack - - - + + + - - + + - - AuthProvider + + object - - + + - - - + + PaymentScheduleObject - - + + + - - Training + + - - + + payment_schedule_object - - + + - - + + Reservation - - Credit + + + - - - + + - - + + reservation - - credit + + - - + + Reservation - - Credit + + + - - - + + - - + + reservations - - space_credit + + - - + + SlotsReservation - - Credit + + + - - - + + - - + + slots_reservations - - training_credit + + - - + + StatisticProfile - - UsersCredit + + + - - - + + - - + + statistic_profile - - users_credits + + - - + + Ticket - - + + + - - + + - - integer + + tickets - - - + + - - + + - - hours_used + + - - - + + text - - - + + + - - + + - - UsersCredit + + message - - + + - - - + + integer - - + + + - - Machine + + - - + + nb_reserve_places - - + + - - + + integer - - + + + - - Credit + + - - - + + reservable_id - - + + - - credits + + string - - + + + - - Group + + - - - + + reservable_type - - + + + - - group + + + - - + + - - Credit + + Reservation - - - + + - - + + - - machine_credits + + - - + + - - PaymentGatewayObject + + Invoice - - - + + + - - + + - - payment_gateway_object + + avoir - - + + - - Plan + + Invoice - - - + + + - - + + - - plan + + invoice - - + + - - PlanCategory + + InvoiceItem - - - + + + - - + + - - plan_category + + invoice_items - - + + - - PlanFile + + Invoice - - - + + + - - + + - - plan_file + + invoices - - + + - - Plan + + InvoicingProfile - - - + + + - - + + - - plans + + invoicing_profile - - + + - - Price + + Invoice - - - + + + - - + + - - prices + + operated_invoices - - + + - - Credit + + InvoicingProfile - - - + + + - - + + - - space_credits + + operator_profile - - + + - - Subscription + + PaymentGatewayObject - - - + + + - - + + - - subscriptions + + payment_gateway_object - - + + - - Credit + + PaymentScheduleItem - - - + + + - - + + - - training_credits + + payment_schedule_item - - + + - - + + StatisticProfile - - + + + - - integer + + - - - + + statistic_profile - - + + - - amount + + WalletTransaction - - + + + - - string + + - - - + + wallet_transaction - - + + - - base_name + + - - + + - - text + + datetime - - - + + + - - + + - - description + + avoir_date - - + + - - boolean + + text - - - + + + - - + + - - disabled + + description - - + + - - string + + string - - - + + + - - + + - - interval + + environment - - + + - - integer + + string - - - + + + - - + + - - interval_count + + footprint - - + + - - boolean + + integer - - - + + + - - + + - - is_rolling + + operator_profile_id - - + + - - boolean + + string - - - + + + - - + + - - monthly_payment + + payment_method - - + + - - string + + string - - - + + + - - + + - - name + + reference - - + + - - string + + boolean - - - + + + - - + + - - slug + + subscription_to_expire - - + + - - string + + integer - - - + + + - - + + - - stp_plan_id + + total - - + + - - string + + string - - - + + + - - + + - - stp_product_id + + type - - + + - - integer + + integer - - - + + + - - + + - - training_credit_nb + + wallet_amount - - + + + - - string + + + - - - + + - - + + Invoice - - type + + - - + + - - integer + + - - - + + - - + + Invoice - - ui_weight + + + - - - + + - - - + + invoice - - + + - - Plan + + InvoiceItem - - + + + - - + + - - + + invoice_item - - + + - - Plan + + StatisticProfilePrepaidPack - - - + + + - - + + - - plan + + object - - + + - - PlanCategory + + PaymentSchedule - - - + + + - - + + - - plan_category + + payment_schedule - - + + - - + + Reservation - - + + + - - string + + - - - + + reservation - - + + - - name + + WalletTransaction - - + + + - - integer + + - - - + + wallet_transaction - - + + - - weight + + WalletTransaction - - - + + + - - - + + - - + + wallet_transactions - - PlanCategory + + - - + + - - + + - - + + integer - - + + + - - ProjectImage + + - - - + + amount - - + + - - project_image + + string - - + + + - - + + - - + + transaction_type - - string + + + - - - + + + - - + + - - attachment + + WalletTransaction - - + + - - string + + + - - - + + - - + + Machine - - type + + - - + + - - integer + + - - - + + - - + + Availability - - viewable_id + + + - - + + - - string + + availabilities - - - + + - - + + Credit - - viewable_type + + + - - - + + - - - + + credits - - + + - - ProjectImage + + PaymentGatewayObject - - + + + - - + + - - + + payment_gateway_object - - + + - - integer + + PrepaidPack - - - + + + - - + + - - amount + + prepaid_packs - - + + - - string + + Space - - - + + + - - + + - - base_name + + priceable - - + + - - text + + Price - - - + + + - - + + - - description + + prices - - + + - - boolean + + Project - - - + + + - - + + - - disabled + + projects - - + + - - string + + Reservation - - - + + + - - + + - - interval + + reservations - - + + - - integer + + Space - - - + + + - - + + - - interval_count + + space - - + + - - boolean + + SpaceFile - - - + + + - - + + - - is_rolling + + space_files - - + + - - boolean + + SpaceImage - - - + + + - - + + - - monthly_payment + + space_image - - + + - - string + + SpacesAvailability - - - + + + - - + + - - name + + spaces_availabilities - - + + - - string + + - - - + + - - + + text - - slug + + + - - + + - - string + + characteristics - - - + + - - + + integer - - stp_plan_id + + + - - + + - - string + + default_places - - - + + - - + + text - - stp_product_id + + + - - + + - - integer + + description - - - + + - - + + boolean - - training_credit_nb + + + - - + + - - string + + disabled - - - + + - - + + string - - type + + + - - + + - - integer + + name - - - + + - - + + string - - ui_weight + + + - - - + + - - - + + slug - - + + + - - PartnerPlan + + + - - + + - - - + + Space - - + + - - ShoppingCart + + + - - + + - - + + EventReservation - - + + - - + + + - - AgeRange + + - - - + + Reservation - - + + - - age_range + + - - + + - - Availability + + - - - + + InvoicingProfile - - + + + - - availability + + - - + + invoicing_profile - - Category + + - - - + + Wallet - - + + + - - category + + - - + + wallet - - Event + + - - - + + WalletTransaction - - + + + - - event + + - - + + wallet_transactions - - EventFile + + - - - + + - - + + - - event_files + + integer - - + + + - - EventImage + + - - - + + amount - - + + + - - event_image + + + - - + + - - EventPriceCategory + + Wallet - - - + + - - + + - - event_price_categories + + - - + + - - EventTheme + + Invoice - - - + + + - - + + - - event_themes + + invoice - - + + - - Event + + - - - + + - - + + datetime - - events + + + - - + + - - PriceCategory + + avoir_date - - - + + - - + + text - - price_categories + + + - - + + - - Reservation + + description - - - + + - - + + string - - reservations + + + - - + + - - + + environment - - + + - - integer + + string - - - + + + - - + + - - amount + + footprint - - + + - - text + + integer - - - + + + - - + + - - description + + operator_profile_id - - + + - - integer + + string - - - + + + - - + + - - nb_free_places + + payment_method - - + + - - integer + + string - - - + + + - - + + - - nb_total_places + + reference - - + + - - integer + + boolean - - - + + + - - + + - - recurrence_id + + subscription_to_expire - - + + - - string + + integer - - - + + + - - + + - - title + + total - - - + + - - - + + string - - + + + - - Event + + - - + + type - - + + - - + + integer - - + + + - - Project + + - - - + + wallet_amount - - + + + - - projects + + + - - + + - - + + Avoir - - + + - - string + + - - - + + - - + + - - name + + MachinesAvailability - - - + + + - - - + + - - + + machines_availabilities - - Theme + + + - - + + + - - + + - - + + MachinesAvailability - - Availability + + - - - + + - - + + - - availabilities + + - - + + HistoryValue - - AvailabilityTag + + + - - - + + - - + + history_values - - availability_tags + + - - + + InvoicingProfile - - UserTag + + + - - - + + - - + + invoicing_profile - - user_tags + + - - + + - - User + + - - - + + string - - + + + - - users + + - - + + footprint - - + + - - + + string - - string + + + - - - + + - - + + value - - name + + + - - - + + + - - - + + - - + + HistoryValue - - Tag + + - - + + - - + + - - + + - - + + ProjectCao - - ProjectCao + + + - - - + + - - + + project_caos - - project_caos + + - - + + - - + + - - + + string - - string + + + - - - + + - - + + attachment - - attachment + + - - + + string - - string + + + - - - + + - - + + type - - type + + - - + + integer - - integer + + + - - - + + - - + + viewable_id - - viewable_id + + - - + + string - - string + + + - - - + + - - + + viewable_type - - viewable_type + + + - - - + + + - - - + + - - + + ProjectCao - - ProjectCao + + - - + + - - - + + - - + + - - Event + + TrainingImage - - + + + - - + + - - + + training_image - - CallsCountTracing + + - - - + + - - + + - - calls_count_tracings + + string - - + + + - - + + - - + + attachment - - integer + + - - - + + string - - + + + - - calls_count + + - - + + type - - string + + - - - + + integer - - + + + - - name + + - - + + viewable_id - - string + + - - - + + string - - + + + - - token + + - - - + + viewable_type - - - + + + - - + + + - - Client + + - - + + TrainingImage - - - + + - - + + + - - Footprintable + + - - + + BaseItem - - + + - - - + + - - + + - - ApplicationRecord + + - - + + AuthProvider - - + + + - - + + - - + + auth_provider - - OAuth2Mapping + + - - - + + AuthProviderMapping - - + + + - - o_auth2_mappings + + - - + + auth_provider_mappings - - OAuth2Provider + + - - - + + DatabaseProvider - - + + + - - o_auth2_provider + + - - + + providable - - + + - - + + - - string + + - - - + + string - - + + + - - api_data_type + + - - + + name - - string + + - - - + + integer - - + + + - - api_endpoint + + - - + + providable_id - - string + + - - - + + string - - + + + - - api_field + + - - + + providable_type - - string + + - - - + + string - - + + + - - local_field + + - - + + status - - string + + + - - - + + + - - + + - - local_model + + AuthProvider - - - + + - - - + + - - + + - - OAuth2Mapping + + - - + + StatisticProfile - - + + + - - + + - - + + author - - InvoiceItem + + - - - + + Component - - + + + - - invoice_items + + - - + + components - - OfferDay + + - - - + + Project - - + + + - - object + + - - + + my_projects - - PaymentScheduleObject + + - - - + + ProjectCao - - + + + - - payment_schedule_object + + - - + + project_caos - - Reservation + + - - - + + ProjectImage - - + + + - - reservation + + - - + + project_image - - Reservation + + - - - + + ProjectStep - - + + + - - reservations + + - - + + project_steps - - SlotsReservation + + - - - + + ProjectUser - - + + + - - slots_reservations + + - - + + project_users - - StatisticProfile + + - - - + + Project - - + + + - - statistic_profile + + - - + + projects - - Ticket + + - - - + + - - + + - - tickets + + integer - - + + + - - + + - - + + author_statistic_profile_id - - text + + - - - + + text - - + + + - - message + + - - + + description - - integer + + - - - + + string - - + + + - - nb_reserve_places + + - - + + name - - integer + + - - - + + datetime - - + + + - - reservable_id + + - - + + published_at - - string + + - - - + + string - - + + + - - reservable_type + + - - - + + slug - - - + + - - + + string - - Reservation + + + - - + + - - - + + state - - + + - - Project + + text - - + + + - - + + - - + + tags - - + + + - - CustomAssetFile + + + - - - + + - - + + Project - - custom_asset_file + + - - + + - - + + - - + + - - string + + AuthProviderMapping - - - + + + - - + + - - attachment + + auth_provider_mappings - - + + - - string + + - - - + + - - + + string - - type + + + - - + + - - integer + + api_data_type - - - + + - - + + string - - viewable_id + + + - - + + - - string + + api_endpoint - - - + + - - + + string - - viewable_type + + + - - - + + - - - + + api_field - - + + - - CustomAssetFile + + string - - + + + - - + + - - + + local_field - - + + - - Availability + + string - - - + + + - - + + - - availabilities + + local_model - - + + - - Availability + + jsonb - - - + + + - - + + - - availability + + transformation - - + + + - - AvailabilityTag + + + - - - + + - - + + AuthProviderMapping - - availability_tags + + - - + + - - Event + + - - - + + - - + + UserProfileCustomField - - event + + + - - + + - - MachinesAvailability + + user_profile_custom_fields - - - + + - - + + - - machines_availabilities + + - - + + string - - Plan + + + - - - + + - - + + value - - plans + + + - - + + + - - PlansAvailability + + - - - + + UserProfileCustomField - - + + - - plans_availabilities + + - - + + - - Reservation + + - - - + + UserAvatar - - + + + - - reservations + + - - + + user_avatar - - Slot + + - - - + + - - + + - - slots + + string - - + + + - - SpacesAvailability + + - - - + + attachment - - + + - - spaces_availabilities + + string - - + + + - - TrainingsAvailability + + - - - + + type - - + + - - trainings_availabilities + + integer - - + + + - - + + - - + + viewable_id - - string + + - - - + + string - - + + + - - available_type + + - - + + viewable_type - - boolean + + + - - - + + + - - + + - - destroying + + UserAvatar - - + + - - datetime + + + - - - + + - - + + Footprintable - - end_at + + - - + + - - datetime + + - - - + + - - + + integer - - end_date + + + - - + + - - boolean + + attached_object_id - - - + + - - + + string - - is_recurrent + + + - - + + - - boolean + + attached_object_type - - - + + - - + + boolean - - lock + + + - - + + - - integer + + is_read - - - + + - - + + boolean - - nb_periods + + + - - + + - - integer + + is_send - - - + + - - + + jsonb - - nb_total_places + + + - - + + - - integer + + meta_data - - - + + - - + + integer - - occurrence_id + + + - - + + - - string + + receiver_id - - - + + - - + + string - - period + + + - - + + - - integer + + receiver_type - - - + + + - - + + + - - slot_duration + + - - + + Notification - - datetime + + - - - + + - - + + - - start_at + + - - - + + Invoice - - - + + + - - + + - - Availability + + invoice - - + + - - + + Machine - - + + + - - Address + + - - - + + machine - - + + - - address + + PaymentGatewayObject - - + + + - - HistoryValue + + - - - + + payment_gateway_object - - + + - - history_values + + PaymentGatewayObject - - + + + - - Invoice + + - - - + + payment_gateway_objects - - + + - - invoices + + PaymentSchedule - - + + + - - InvoicingProfile + + - - - + + payment_schedule - - + + - - invoicing_profile + + PaymentScheduleItem - - + + + - - Invoice + + - - - + + payment_schedule_item - - + + - - operated_invoices + + Subscription - - + + + - - PaymentSchedule + + - - - + + subscription - - + + - - operated_payment_schedules + + Training - - + + + - - InvoicingProfile + + - - - + + training - - + + - - operator_profile + + User - - + + + - - Organization + + - - - + + user - - + + - - organization + + - - + + - - PaymentSchedule + + string - - - + + + - - + + - - payment_schedules + + gateway_object_id - - + + - - InvoicingProfile + + string - - - + + + - - + + - - placeable + + gateway_object_type - - + + - - Wallet + + bigint - - - + + + - - + + - - wallet + + item_id - - + + - - WalletTransaction + + string - - - + + + - - + + - - wallet_transactions + + item_type - - + + + - - + + + - - + + - - string + + PaymentGatewayObject - - - + + - - + + + - - email + + - - + + ShoppingCart - - string + + - - - + + - - + + - - first_name + + - - + + integer - - string + + + - - - + + - - + + amount - - last_name + + - - - + + string - - - + + + - - + + - - InvoicingProfile + + base_name - - + + - - + + text - - + + + - - InvoicingProfile + + - - - + + description - - + + - - invoicing_profile + + boolean - - + + + - - PaymentSchedule + + - - - + + disabled - - + + - - operated_payment_schedules + + string - - + + + - - InvoicingProfile + + - - - + + interval - - + + - - operator_profile + + integer - - + + + - - PaymentGatewayObject + + - - - + + interval_count - - + + - - payment_gateway_objects + + boolean - - + + + - - PaymentSchedule + + - - - + + is_rolling - - + + - - payment_schedule + + boolean - - + + + - - PaymentScheduleItem + + - - - + + monthly_payment - - + + - - payment_schedule_items + + string - - + + + - - PaymentScheduleObject + + - - - + + name - - + + - - payment_schedule_objects + + string - - + + + - - PaymentSchedule + + - - - + + slug - - + + - - payment_schedules + + string - - + + + - - StatisticProfile + + - - - + + stp_plan_id - - + + - - statistic_profile + + integer - - + + + - - WalletTransaction + + - - - + + training_credit_nb - - + + - - wallet_transaction + + string - - + + + - - + + - - + + type - - string + + - - - + + integer - - + + + - - environment + + - - + + ui_weight - - string + + + - - - + + + - - + + - - footprint + + PartnerPlan - - + + - - integer + + + - - - + + - - + + Coupon - - operator_profile_id + + - - + + + - - string + + - - - + + ApplicationRecord - - + + - - payment_method + + - - + + - - string + + - - - + + Plan - - + + + - - reference + + - - + + plan - - integer + + - - - + + PlansAvailability - - + + + - - total + + - - + + plans_availabilities - - integer + + + - - - + + + - - + + - - wallet_amount + + PlansAvailability - - - + + - - - + + - - + + - - PaymentSchedule + + - - + + integer - - + + + - - + + - - HistoryValue + + calls_count - - - + + - - + + string - - history_values + + + - - + + - - + + name - - + + - - string + + string - - - + + + - - + + - - name + + token - - - + + + - - - + + + - - + + - - Setting + + Client - - + + - - + + - - + + - - Invoice + + - - - + + UserTag - - + + + - - invoice + + - - + + user_tags - - + + + - - + + + - - datetime + + - - - + + UserTag - - + + - - avoir_date + + + - - + + - - text + + Event - - - + + - - + + - - description + + - - + + - - string + + SlotsReservation - - - + + + - - + + - - environment + + slots_reservations - - + + + - - string + + + - - - + + - - + + SlotsReservation - - footprint + + - - + + - - integer + + - - - + + - - + + AgeRange - - invoiced_id + + + - - + + - - string + + age_range - - - + + - - + + Event - - invoiced_type + + + - - + + - - integer + + events - - - + + - - + + - - operator_profile_id + + - - + + string - - string + + + - - - + + - - + + name - - payment_method + + - - + + string - - string + + + - - - + + - - + + slug - - reference + + + - - + + + - - boolean + + - - - + + AgeRange - - + + - - subscription_to_expire + + - - + + - - integer + + - - - + + StatisticTypeSubType - - + + + - - total + + - - + + statistic_type_sub_types - - string + + + - - - + + + - - + + - - type + + StatisticTypeSubType - - + + - - integer + + - - - + + - - + + - - wallet_amount + + EventImage - - - + + + - - - + + - - + + event_image - - Avoir + + - - + + - - - + + - - + + string - - ParameterError + + + - - + + - - + + attachment - - + + - - + + string - - Role + + + - - - + + - - + + type - - role + + - - + + integer - - User + + + - - - + + - - + + viewable_id - - users + + - - + + string - - + + + - - + + - - string + + viewable_type - - - + + + - - + + + - - name + + - - + + EventImage - - integer + + - - - + + + - - + + - - resource_id + + Subscription - - + + - - string + + - - - + + - - + + - - resource_type + + StatisticField - - - + + + - - - + + - - + + statistic_fields - - Role + + - - + + StatisticIndex - - + + + - - + + - - StatisticCustomAggregation + + statistic_index - - - + + - - + + - - statistic_custom_aggregations + + - - + + string - - + + + - - + + - - string + + data_type - - - + + - - + + string - - es_index + + + - - + + - - string + + key - - - + + - - + + string - - es_type + + + - - + + - - string + + label - - - + + + - - + + + - - field + + - - + + StatisticField - - text + + - - - + + - - + + - - query + + - - - + + string - - - + + + - - + + - - StatisticCustomAggregation + + data - - + + - - + + string - - + + + - - + + - - EventTheme + + footprint - - - + + - - + + string - - event_themes + + + - - + + - - + + klass - - + + + - - string + + + - - - + + - - + + FootprintDebug - - name + + - - + + - - string + + - - - + + - - + + CustomAssetFile - - slug + + + - - - + + - - - + + custom_asset_file - - + + - - EventTheme + + - - + + - - + + string - - + + + - - StatisticSubType + + - - - + + attachment - - + + - - statistic_sub_types + + string - - + + + - - StatisticTypeSubType + + - - - + + type - - + + - - statistic_type_sub_types + + integer - - + + + - - + + - - + + viewable_id - - string + + - - - + + string - - + + + - - key + + - - + + viewable_type - - string + + + - - - + + + - - + + - - label + + CustomAssetFile - - - + + - - - + + + - - + + - - StatisticSubType + + PrepaidPack - - + + - - + + - - + + - - + + - - Price + + AccountingPeriod - - - + + + - - + + - - machines_prices + + accounting_periods - - + + - - Machine + + Credit - - - + + + - - + + - - priceable + + credits - - + + - - Price + + Export - - - + + + - - + + - - prices + + exports - - + + - - Price + + Group - - - + + + - - + + - - spaces_prices + + group - - + + - - + + Import - - + + + - - integer + + - - - + + imports - - + + - - amount + + InvoicingProfile - - + + + - - integer + + - - - + + invoicing_profile - - + + - - priceable_id + + Credit - - + + + - - string + + - - - + + machine_credits - - + + - - priceable_type + + PaymentGatewayObject - - - + + + - - - + + - - + + payment_gateway_object - - Price + + - - + + Profile - - + + + - - + + - - StatisticProfile + + profile - - - + + - - + + ProjectUser - - author + + + - - + + - - Project + + project_users - - - + + - - + + Project - - my_projects + + + - - + + - - Reservation + + projects - - - + + - - + + ProofOfIdentityFile - - reservations + + + - - + + - - Role + + proof_of_identity_files - - - + + - - + + ProofOfIdentityRefusal - - role + + + - - + + - - StatisticProfile + + proof_of_identity_refusals - - - + + - - + + StatisticProfile - - statistic_profile + + + - - + + - - StatisticProfileTraining + + statistic_profile - - - + + - - + + Credit - - statistic_profile_trainings + + + - - + + - - StatisticProfile + + training_credits - - - + + - - + + User - - statistic_profiles + + + - - + + - - Subscription + + user - - - + + - - + + UserTag - - subscriptions + + + - - + + - - + + user_tags - - + + - - date + + User - - - + + + - - + + - - birthday + + users - - + + - - boolean + + UsersCredit - - - + + + - - + + - - gender + + users_credits - - - + + - - - + + - - + + - - StatisticProfile + + string - - + + + - - + + - - + + auth_token - - StatisticCustomAggregation + + - - - + + datetime - - + + + - - statistic_custom_aggregations + + - - + + confirmation_sent_at - - StatisticIndex + + - - - + + string - - + + + - - statistic_index + + - - + + confirmation_token - - StatisticSubType + + - - - + + datetime - - + + + - - statistic_sub_types + + - - + + confirmed_at - - StatisticTypeSubType + + - - - + + datetime - - + + + - - statistic_type_sub_types + + - - + + current_sign_in_at - - StatisticType + + - - - + + string - - + + + - - statistic_types + + - - + + email - - + + - - + + string - - boolean + + + - - - + + - - + + encrypted_password - - graph + + - - + + integer - - string + + + - - - + + - - + + failed_attempts - - key + + - - + + boolean - - string + + + - - - + + - - + + is_active - - label + + - - + + boolean - - boolean + + + - - - + + - - + + is_allow_contact - - simple + + - - - + + boolean - - - + + + - - + + - - StatisticType + + is_allow_newsletter - - + + - - + + datetime - - + + + - - + + - - SpaceImage + + last_sign_in_at - - - + + - - + + datetime - - space_image + + + - - + + - - + + locked_at - - + + - - string + + string - - - + + + - - + + - - attachment + + mapped_from_sso - - + + - - string + + datetime - - - + + + - - + + - - type + + merged_at - - + + - - integer + + string - - - + + + - - + + - - viewable_id + + provider - - + + - - string + + datetime - - - + + + - - + + - - viewable_type + + remember_created_at - - - + + - - - + + datetime - - + + + - - SpaceImage + + - - + + reset_password_sent_at - - + + - - + + string - - + + + - - SpacesAvailability + + - - - + + reset_password_token - - + + - - spaces_availabilities + + integer - - - + + + - - - + + - - + + sign_in_count - - SpacesAvailability + + - - + + string - - - + + + - - + + - - PaymentSchedule + + slug - - + + - - + + string - - + + + - - Credit + + - - - + + uid - - + + - - credits + + string - - + + + - - Export + + - - - + + unconfirmed_email - - + + - - exports + + string - - + + + - - Group + + - - - + + unlock_token - - + + - - group + + string - - + + + - - Import + + - - - + + username - - + + - - imports + + datetime - - + + + - - InvoicingProfile + + - - - + + validated_at - - + + + - - invoicing_profile + + + - - + + - - Credit + + User - - - + + - - + + - - machine_credits + + - - + + - - PaymentGatewayObject + + Address - - - + + + - - + + - - payment_gateway_object + + address - - + + - - Profile + + InvoicingProfile - - - + + + - - + + - - profile + + invoicing_profile - - + + - - ProjectUser + + Organization - - - + + + - - + + - - project_users + + organization - - + + - - Project + + Organization - - - + + + - - + + - - projects + + placeable - - + + - - StatisticProfile + + Profile - - - + + + - - + + - - statistic_profile + + profile - - + + - - Credit + + - - - + + - - + + string - - training_credits + + + - - + + - - User + + name - - - + + + - - + + + - - user + + - - + + Organization - - UserTag + + - - - + + - - + + - - user_tags + + - - + + InvoiceItem - - User + + + - - - + + - - + + invoice_items - - users + + - - + + StatisticProfilePrepaidPack - - UsersCredit + + + - - - + + - - + + object - - users_credits + + - - + + PaymentScheduleObject - - + + + - - + + - - string + + payment_schedule_object - - - + + - - + + StatisticProfilePrepaidPack - - auth_token + + + - - + + - - datetime + + statistic_profile_prepaid_pack - - - + + - - + + StatisticProfilePrepaidPack - - confirmation_sent_at + + + - - + + - - string + + statistic_profile_prepaid_packs - - - + + - - + + - - confirmation_token + + - - + + datetime - - datetime + + + - - - + + - - + + expires_at - - confirmed_at + + - - + + integer - - datetime + + + - - - + + - - + + minutes_used - - current_sign_in_at + + + - - + + + - - string + + - - - + + StatisticProfilePrepaidPack - - + + - - email + + - - + + - - string + + - - - + + Invoice - - + + + - - encrypted_password + + - - + + invoices - - integer + + - - - + + PaymentSchedule - - + + + - - failed_attempts + + - - + + payment_schedule - - boolean + + - - - + + - - + + - - is_active + + boolean - - + + + - - boolean + + - - - + + active - - + + - - is_allow_contact + + integer - - + + + - - boolean + + - - - + + amount_off - - + + - - is_allow_newsletter + + string - - + + + - - datetime + + - - - + + code - - + + - - last_sign_in_at + + integer - - + + + - - datetime + + - - - + + max_usages - - + + - - locked_at + + string - - + + + - - datetime + + - - - + + name - - + + - - merged_at + + integer - - + + + - - string + + - - - + + percent_off - - + + - - provider + + datetime - - + + + - - datetime + + - - - + + valid_until - - + + - - remember_created_at + + string - - + + + - - datetime + + - - - + + validity_per_user - - + + + - - reset_password_sent_at + + + - - + + - - string + + Coupon - - - + + - - + + - - reset_password_token + + - - + + - - integer + + Import - - - + + + - - + + - - sign_in_count + + imports - - + + - - string + + - - - + + - - + + string - - slug + + + - - + + - - string + + attachment - - - + + - - + + string - - uid + + + - - + + - - string + + category - - - + + - - + + text - - unconfirmed_email + + + - - + + - - string + + results - - - + + - - + + string - - unlock_token + + + - - + + - - string + + update_field - - - + + + - - + + + - - username + + - - - + + Import - - - + + - - + + + - - User + + - - + + SimpleAuthProvider - - + + - - + + + - - + + - - Category + + PaymentDocument - - - + + - - + + - - category + + - - + + - - Event + + InvoiceItem - - - + + + - - + + - - events + + invoice_items - - + + - - + + StatisticProfilePrepaidPack - - + + + - - string + + - - - + + object - - + + - - name + + OfferDay - - + + + - - string + + - - - + + offer_days - - + + - - slug + + PaymentGatewayObject - - - + + + - - - + + - - + + payment_gateway_object - - Category + + - - + + PaymentScheduleObject - - + + + - - + + - - + + payment_schedule_object - - InvoiceItem + + - - - + + StatisticProfile - - + + + - - invoice_item + + - - + + statistic_profile - - InvoiceItem + + - - - + + Subscription - - + + + - - invoice_items + + - - + + subscription - - OfferDay + + - - - + + Subscription - - + + + - - object + + - - + + subscriptions - - PaymentGatewayObject + + - - - + + - - + + - - payment_gateway_object + + datetime - - + + + - - Subscription + + - - - + + canceled_at - - + + - - subscription + + datetime - - + + + - - WalletTransaction + + - - - + + expiration_date - - + + - - wallet_transaction + + datetime - - + + + - - + + - - + + start_at - - integer + + + - - - + + + - - + + - - amount + + Subscription - - + + - - text + + - - - + + - - + + - - description + + StatisticField - - + + + - - string + + - - - + + statistic_fields - - + + - - footprint + + StatisticGraph - - + + + - - boolean + + - - - + + statistic_graph - - + + - - main + + StatisticIndex - - - + + + - - - + + - - + + statistic_index - - InvoiceItem + + - - + + StatisticType - - - + + + - - + + - - BaseItem + + statistic_types - - + + - - + + - - + + - - + + boolean - - InvoiceItem + + + - - - + + - - + + ca - - invoice_items + + - - + + string - - OfferDay + + + - - - + + - - + + es_type_key - - object + + - - + + string - - OfferDay + + + - - - + + - - + + label - - offer_day + + - - + + boolean - - OfferDay + + + - - - + + - - + + table - - offer_days + + + - - + + + - - Subscription + + - - - + + StatisticIndex - - + + - - subscription + + - - + + - - + + - - + + EventPriceCategory - - datetime + + + - - - + + - - + + event_price_category - - end_at + + - - + + Reservation - - datetime + + + - - - + + - - + + reservation - - start_at + + - - - + + Ticket - - - + + + - - + + - - OfferDay + + tickets - - + + - - - + + - - + + - - TrainingReservation + + integer - - + + + - - + + - - + + booked - - CallsCountTracing + + + - - - + + + - - + + - - calls_count_tracings + + Ticket - - + + - - + + + - - + + - - datetime + + PaymentSchedule - - - + + - - + + - - at + + - - + + - - integer + + SpaceFile - - - + + + - - + + - - calls_count + + space_files - - + + - - integer + + - - - + + - - + + string - - open_api_client_id + + + - - - + + - - - + + attachment - - + + - - CallsCountTracing + + string - - + + + - - - + + - - + + type - - Subscription + + - - + + integer - - - + + + - - + + - - Reservation + + viewable_id - - + + - - + + string - - + + + - - + + - - Credit + + viewable_type - - - + + + - - + + + - - credit + + - - + + SpaceFile - - Credit + + - - - + + - - + + - - credits + + - - + + EventTheme - - Credit + + + - - - + + - - + + event_themes - - machine_credits + + - - + + - - Credit + + - - - + + string - - + + + - - space_credit + + - - + + name - - Credit + + - - - + + string - - + + + - - space_credits + + - - + + slug - - Credit + + + - - - + + + - - + + - - training_credit + + EventTheme - - + + - - Credit + + - - - + + - - + + - - training_credits + + Credit - - + + + - - UsersCredit + + - - - + + credit - - + + - - users_credits + + Credit - - + + + - - + + - - + + credits - - integer + + - - - + + Credit - - + + + - - creditable_id + + - - + + machine_credits - - string + + - - - + + Credit - - + + + - - creditable_type + + - - + + space_credit - - integer + + - - - + + Credit - - + + + - - hours + + - - - + + space_credits - - - + + - - + + Credit - - Credit + + + - - + + - - - + + training_credit - - + + - - MachineReservation + + Credit - - + + + - - + + - - + + training_credits - - UserTag + + - - - + + UsersCredit - - + + + - - user_tags + + - - - + + users_credits - - - + + - - + + - - UserTag + + - - + + integer - - + + + - - + + - - + + creditable_id - - Component + + - - - + + string - - + + + - - components + + - - + + creditable_type - - + + - - + + integer - - string + + + - - - + + - - + + hours - - name + + + - - - + + + - - - + + - - + + Credit - - Component + + - - + + - - + + - - + + - - Invoice + + AuthProvider - - - + + + - - + + - - invoices + + auth_provider - - + + - - PaymentSchedule + + DatabaseProvider - - - + + + - - + + - - payment_schedule + + providable - - + + - - + + - - + + - - boolean + + string - - - + + + - - + + - - active + + authorization_endpoint - - + + - - integer + + string - - - + + + - - + + - - amount_off + + base_url - - + + - - string + + string - - - + + + - - + + - - code + + client_id - - + + - - integer + + string - - - + + + - - + + - - max_usages + + client_secret - - + + - - string + + string - - - + + + - - + + - - name + + profile_url - - + + - - integer + + string - - - + + + - - + + - - percent_off + + scopes - - + + - - datetime + + string - - - + + + - - + + - - valid_until + + token_endpoint - - + + + - - string + + + - - - + + - - + + OAuth2Provider - - validity_per_user + + - - - + + - - - + + - - + + - - Coupon + + Availability - - + + + - - + + - - + + availabilities - - InvoicingProfile + + - - - + + Availability - - + + + - - invoicing_profile + + - - + + availability - - Wallet + + - - - + + AvailabilityTag - - + + + - - wallet + + - - + + availability_tags - - WalletTransaction + + - - - + + Event - - + + + - - wallet_transactions + + - - + + event - - + + - - + + MachinesAvailability - - integer + + + - - - + + - - + + machines_availabilities - - amount + + - - - + + Plan - - - + + + - - + + - - Wallet + + plans - - + + - - + + PlansAvailability - - + + + - - + + - - TrainingsPricing + + plans_availabilities - - - + + - - + + Reservation - - trainings_pricings + + + - - + + - - + + reservations - - + + - - integer + + Slot - - - + + + - - + + - - amount + + slots - - - + + - - - + + SpacesAvailability - - + + + - - TrainingsPricing + + - - + + spaces_availabilities - - - + + - - - - - Account - - - - - - - - - - - - - SpaceReservation - - - - - - - - - - - - - - - StatisticProfileTraining - - - - - - - - - - statistic_profile_trainings - - - - - - - - - - - - - - StatisticProfileTraining - - - - - - - 0..* - 1 - - - - - - - - 0..* - ? - - - 0..* - 1 - - - 0..* - 1 - - - - - 0..* - 0..* - - - 1 - - - 1 - - - 0..* - 1 - - 0..1 - ? - - - 1 - - 0..* - 0..* - - - 0..* - 1 - - - 0..* - 1 - - - 0..* - 1 - - - 1 - - 0..* - ? - - - 0..* - 1 - - - 1 - - - 0..* - 1 - - - 0..* - 1 - - - 1 - - - - - 0..* - 0..* - - - 0..* - 1 - - - 1 - - - - - 0..* - - - 0..* - 1 - - - 0..* - 1 - - - 0..* - 1 - - - 0..* - 1 - - - 0..* - 1 - - - - - - - - - 0..* - 1 - - - 0..* - 1 - - - - - 0..* - 0..* - - - 0..1 - 1 - - - - - - 1 - - - 1 - - - 0..* - 1 - - - 0..* - 1 - - - - - - - - - - - - 1 - - - 0..* - 1 - - - 0..1 - 1 - - - - - - 0..1 - 1 - - - 1 - - - - - - 0..* - 1 - - - 0..* - 1 - - - 0..* - 1 - - - 0..* - 1 - - 0..1 - ? - - - - - - 1 - - - 1 - - - 0..1 - 1 - - - - - - 0..* - 1 - - - 0..1 - 1 - - - - - - 1 - - - 0..* - 1 - - - 1 - - - 0..1 - 1 - - - - - - 1 - - - - - - 1 - - - 1 - - - 1 - - - 1 - - - 0..* - 1 - - 0..* - 0..* - - - 0..* - 1 - - - - - - 0..* - 1 - - - 0..* - 1 - - - - - - 0..* - 1 - - - 0..* - 1 - - - - - - - - - 0..* - 1 - - - 0..* - 1 - - - - - - - - - - - - 0..* - 1 - - - 0..1 - 1 - - - - - 0..* - 0..* - - - 0..* - 1 - - - - - - 0..* - 1 - - - 1 - - - - - 0..* - - - 0..1 - 1 - - 0..* - ? - - - 0..* - 1 - - - - - - 1 - - - 1 - - - 0..* - 1 - - - 0..1 - 1 - - - - - - - - - 1 - - - 0..1 - 1 - - - 0..* - 1 - - - 0..* - 1 - - - 1 - - - 1 - - - 1 - - - - - - 0..1 - 1 - - - - - - 0..1 - 1 - - - 0..* - 1 - - - 0..1 - 1 - - - 0..1 - 1 - - - 0..1 - 1 - - - - - - - - - 1 - - - 0..* - 1 - - - - - - - - 0..1 - 0..1 - - - 0..* - 1 - - - 1 - - - - - - - - - 1 - - - 0..1 - 1 - - - 0..1 - 1 - - - 1 - - - - - - - - - - - - 1 - - - 1 - - 0..* - - - 0..* - 1 - - - - - - - - - - - - - - - 1 - - - - - - 0..* - 1 - - - - - - - - - 1 - - 0..* - 0..* - - - 0..1 - 1 - - - 1 - - - 1 - - - 0..1 - 1 - - - 1 - - - - - - 0..* - 1 - - - - - - 0..* - 1 - - - 0..* - 1 - - - 1 - - - 0..1 - 1 - - - 0..* - 1 - - - 0..* - 1 - - - 1 - - - - - - 1 - - - 0..* - 1 - - - 0..* - 1 - - - - - - 0..* - 1 - - - - - 0..* - 0..* - - - - - - - - - 0..* - 1 - - - 0..* - 1 - - - - - - 1 - - - 0..* - 1 - - - - - - 0..1 - 1 - - - - - - 0..* - 1 - - - 0..* - 1 - - - - - - 0..* - 1 - - - - - 0..* - 0..* - - - 0..* - 1 - - - 0..1 - 1 - - - 1 - - - 1 - - - - - - - - - 0..1 - 1 - - 0..* - ? - - - 0..* - 1 - - - - - - 1 - - - 0..1 - 1 - - - 1 - - - - - - 1 - - - 0..* - 1 - - - 0..* - 1 - - - 1 - - - - - - 0..* - 1 - - - 0..1 - 1 - - - 0..* - 1 - - - - - - - - - 0..* - 1 - - - 0..* - 1 - - - - - - 0..* - 1 - - - - - - - - - - - - 0..* - 1 - - 0..* - 0..* - - - 1 - - 0..* - - 0..* - 0..* - - - 0..1 - 1 - - - - - - 0..* - 1 - - - - - - - - - - - - - - - - - - - - - - - 0..* - 0..* - - - 1 - - - - - - 0..* - 1 - - - 1 - - - - - - - - - 0..* - 1 - - - 0..* - 1 - - - 0..* - 1 - - 0..* - - - 0..1 - 1 - - 0..* - 0..* - - - 0..1 - 1 - - - 0..* - 1 - - - - - - 0..* - 1 - - - 1 - - - 1 - - - - - - 0..1 - 1 - - - - - - - - - - - - - - - 0..* - 1 - - - 1 - - - - - - - - - 0..1 - 1 - - - 0..* - 1 - - 0..1 - 0..1 - - - 0..1 - 1 - - - 0..1 - 1 - - - 1 - - - 0..1 - 1 - - 0..* - - - 1 - - - 1 - - - 1 - - - - - - 0..* - 1 - - - 0..1 - 1 - - - 1 - - - 0..* - 1 - - - 0..* - 1 - - - - - 0..* - 0..* - - 0..* - 0..* - - - - - 0..* - 0..* - - - 1 - - 0..* - - - - - - 0..* - 1 - - - - - - - - - - - - - - - - - - + + TrainingsAvailability + + + + + + + + + + trainings_availabilities + + + + + + + + + + + + string + + + + + + + + + + available_type + + + + + + boolean + + + + + + + + + + destroying + + + + + + datetime + + + + + + + + + + end_at + + + + + + datetime + + + + + + + + + + end_date + + + + + + boolean + + + + + + + + + + is_recurrent + + + + + + boolean + + + + + + + + + + lock + + + + + + integer + + + + + + + + + + nb_periods + + + + + + integer + + + + + + + + + + nb_total_places + + + + + + integer + + + + + + + + + + occurrence_id + + + + + + string + + + + + + + + + + period + + + + + + integer + + + + + + + + + + slot_duration + + + + + + datetime + + + + + + + + + + start_at + + + + + + + + + + + + + + Availability + + + + + + + + + + + + + + + + + + + + + + + User + + + + + + + + + + + + + + + text + + + + + + + + + + contents + + + + + + string + + + + + + + + + + name + + + + + + + + + + + + + + Stylesheet + + + + + + + + + + + + + + + AgeRange + + + + + + + + + + age_range + + + + + + Availability + + + + + + + + + + availability + + + + + + Category + + + + + + + + + + category + + + + + + Event + + + + + + + + + + event + + + + + + EventFile + + + + + + + + + + event_files + + + + + + EventImage + + + + + + + + + + event_image + + + + + + EventPriceCategory + + + + + + + + + + event_price_categories + + + + + + EventTheme + + + + + + + + + + event_themes + + + + + + Event + + + + + + + + + + events + + + + + + PriceCategory + + + + + + + + + + price_categories + + + + + + Reservation + + + + + + + + + + reservations + + + + + + + + + + + + integer + + + + + + + + + + amount + + + + + + text + + + + + + + + + + description + + + + + + integer + + + + + + + + + + nb_free_places + + + + + + integer + + + + + + + + + + nb_total_places + + + + + + integer + + + + + + + + + + recurrence_id + + + + + + string + + + + + + + + + + title + + + + + + + + + + + + + + Event + + + + + + + + + + + + + + + MachineFile + + + + + + + + + + machine_files + + + + + + + + + + + + string + + + + + + + + + + attachment + + + + + + string + + + + + + + + + + type + + + + + + integer + + + + + + + + + + viewable_id + + + + + + string + + + + + + + + + + viewable_type + + + + + + + + + + + + + + MachineFile + + + + + + + + + + + + + + + InvoiceItem + + + + + + + + + + invoice_items + + + + + + StatisticProfilePrepaidPack + + + + + + + + + + object + + + + + + OfferDay + + + + + + + + + + offer_day + + + + + + OfferDay + + + + + + + + + + offer_days + + + + + + Subscription + + + + + + + + + + subscription + + + + + + + + + + + + datetime + + + + + + + + + + end_at + + + + + + datetime + + + + + + + + + + start_at + + + + + + + + + + + + + + OfferDay + + + + + + + + + + + + + + + TrainingsPricing + + + + + + + + + + trainings_pricings + + + + + + + + + + + + integer + + + + + + + + + + amount + + + + + + + + + + + + + + TrainingsPricing + + + + + + + + + + + + + + + Credit + + + + + + + + + + credits + + + + + + Group + + + + + + + + + + group + + + + + + Credit + + + + + + + + + + machine_credits + + + + + + PaymentGatewayObject + + + + + + + + + + payment_gateway_object + + + + + + Plan + + + + + + + + + + plan + + + + + + PlanCategory + + + + + + + + + + plan_category + + + + + + PlanFile + + + + + + + + + + plan_file + + + + + + Plan + + + + + + + + + + plans + + + + + + Price + + + + + + + + + + prices + + + + + + Credit + + + + + + + + + + space_credits + + + + + + Subscription + + + + + + + + + + subscriptions + + + + + + Credit + + + + + + + + + + training_credits + + + + + + + + + + + + integer + + + + + + + + + + amount + + + + + + string + + + + + + + + + + base_name + + + + + + text + + + + + + + + + + description + + + + + + boolean + + + + + + + + + + disabled + + + + + + string + + + + + + + + + + interval + + + + + + integer + + + + + + + + + + interval_count + + + + + + boolean + + + + + + + + + + is_rolling + + + + + + boolean + + + + + + + + + + monthly_payment + + + + + + string + + + + + + + + + + name + + + + + + string + + + + + + + + + + slug + + + + + + string + + + + + + + + + + stp_plan_id + + + + + + integer + + + + + + + + + + training_credit_nb + + + + + + string + + + + + + + + + + type + + + + + + integer + + + + + + + + + + ui_weight + + + + + + + + + + + + + + Plan + + + + + + + + + + + + + + + AccountingPeriod + + + + + + + + + + accounting_periods + + + + + + + + + + + + datetime + + + + + + + + + + closed_at + + + + + + integer + + + + + + + + + + closed_by + + + + + + date + + + + + + + + + + end_at + + + + + + string + + + + + + + + + + footprint + + + + + + integer + + + + + + + + + + period_total + + + + + + integer + + + + + + + + + + perpetual_total + + + + + + date + + + + + + + + + + start_at + + + + + + + + + + + + + + AccountingPeriod + + + + + + + + + + 0..1 + 1 + + + + + + + + + + 1 + + 0..* + 0..* + + + + + + + + + + 0..1 + 1 + + + 0..* + 1 + + + 0..* + 1 + + + 0..1 + 1 + + + + + + + + + + 1 + + + 1 + + + 0..1 + 1 + + + 0..1 + 1 + + + 0..* + 1 + + + 0..* + 1 + + + 0..* + 1 + + + 0..* + 1 + + + 0..* + 1 + + 0..* + ? + + + 1 + + + 0..* + 1 + + + 0..* + 1 + + + 0..1 + 1 + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + 0..1 + 0..1 + + + + + + + + + + 0..* + 1 + + + 0..* + 1 + + 0..1 + 0..1 + + + 1 + + + 0..1 + 1 + + + + + + + + + + 0..1 + 1 + + + + + + + + + + + + + + + + + 0..* + 1 + + + 1 + + + 0..* + 1 + + + + + + + + + + 0..* + 1 + + + 0..1 + 1 + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + 1 + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + 1 + + 0..* + 0..* + + + 0..1 + 1 + + + 0..* + 1 + + + 0..1 + 1 + + + 0..1 + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + 0..* + 0..* + + + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + + 0..* + 1 + + + + + + + + + + + + + + + + + 0..* + 1 + + + 1 + + + 1 + + + 1 + + + + + + + + + + 0..1 + 1 + + + 0..* + 1 + + + 0..* + 1 + + + 1 + + + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + 1 + + + + + + + + + + 1 + + + + + + + + + + 1 + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0..* + 1 + + + 1 + + + 1 + + + 0..1 + 1 + + + 0..1 + 1 + + 0..* + 0..* + + 0..* + + + 0..* + 1 + + + 0..* + 1 + + + 0..1 + 1 + + + 0..1 + 1 + + 0..1 + ? + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + 0..* + 1 + + 0..* + 0..* + + 0..* + 0..* + + + + + + + + + + + + + + + + + + + + + + + + 0..* + 1 + + + 0..1 + 1 + + 0..* + 0..* + + + 0..* + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0..* + 1 + + + + + + + + + + + + + + + + + 0..1 + 1 + + + 0..* + 1 + + + 1 + + + 1 + + + + + + + + + + + + + + + + + 1 + + + 1 + + + + + + + + + + + + + + + + + 0..* + 1 + + + 0..1 + 1 + + + + + + + + + 0..* + + + 0..1 + 1 + + + + + + + + + + 1 + + + + + + + + + + 0..* + 1 + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + 0..* + 0..* + + 0..* + 0..* + + + + + + + + + + 1 + + 0..* + 0..* + + + 1 + + 0..* + 0..* + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + + + + + + + + + 0..* + 1 + + + + + + + + + + 0..* + 1 + + + 0..* + 1 + + + 0..1 + 1 + + + 0..* + 1 + + + 0..* + 1 + + 0..* + 0..* + + + 1 + + + + + + + + + + 1 + + + + + + + + + + 0..1 + 1 + + + 0..* + 1 + + + 1 + + + + + + + + + + 0..1 + 1 + + + + + + + + + 0..* + 0..* + + + 1 + + + 0..* + 1 + + 0..* + ? + + + + + + + + + + 0..* + 1 + + + + + + + + + 0..* + 0..* + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + 0..* + 1 + + 0..* + 0..* + + + 0..* + 1 + + 0..* + + + 1 + + + 0..* + 1 + + + 1 + + + 1 + + + 0..* + 1 + + + + + + + + + + 0..* + 1 + + + 0..1 + 1 + + + + + + + + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + 0..* + 1 + + 0..* + 0..* + + + 1 + + + 0..1 + 1 + + + 1 + + 0..* + + 0..* + ? + + + 1 + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + + 1 + + + 0..* + 1 + + 0..* + + + 0..* + 1 + + + 0..* + 1 + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + 1 + + + + + + + + + + 1 + + + + + + + + + + 0..* + 1 + + + 0..1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0..* + 1 + + + 1 + + + 0..* + 1 + + 0..* + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + 1 + + + + + + + + + + 1 + + + + + + + + + + 0..1 + 1 + + + + + + + + + + 0..* + 1 + + 0..1 + ? + + + + + + + + + + + + + + + + + 1 + + + 0..1 + 1 + + + 1 + + + + + + + + + + + + + + + + + 1 + + + 0..* + 1 + + + 0..* + 1 + + 0..* + ? + + + 0..* + 1 + + + 0..1 + 1 + + + + + + + + + + + + + + + + + 0..* + 1 + + + + + + + + + + 0..* + 1 + + + + + + + + + + + + + + + + + 1 + + + 0..* + 1 + + + 0..* + 1 + + + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + + 0..* + 1 + + + 1 + + + + + + + + + + + + + + + + + 0..* + 1 + + + 0..1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + + 0..* + 1 + + + 1 + + + 1 + + + + + + + + + 0..* + 0..* + + + 0..* + 1 + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + 0..* + 0..* + + + + + + + + + + 0..* + 1 + + + 0..1 + 1 + + + 1 + + + 1 + + + + + + + + + + 0..1 + 1 + + + 1 + + + 0..1 + 1 + + + 1 + + + 0..1 + 1 + + + 1 + + + 0..* + 1 + + + 0..* + 1 + + 0..* + + + 1 + + 0..* + + + 0..1 + 1 + + + + + + + + + + 0..* + 1 + + + 0..* + 1 + + + + + + + + + + + + + + + + + + + + + + + + 0..* + 1 + + + 0..* + 1 diff --git a/doc/database.svg b/doc/database.svg index 93737bd07..4dfd282b7 100644 --- a/doc/database.svg +++ b/doc/database.svg @@ -1,16556 +1,20795 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - integer + + text - - - + + + - - + + - - id + + contents - - + + - - + + timestamp - - + + + - - varchar + + - - - + + created_at - - + + - - name + + timestamp - - + + + - - timestamp + + - - - + + updated_at - - + + - - created_at + + varchar - - + + + - - timestamp + + - - - + + name - - + + - - updated_at + + - - - + + - - - + + integer - - + + + - - custom_assets + + - - + + id - - + + + - - + + + - - integer + + - - - + + stylesheets - - + + - - id + + - - + + - - + + - - + + - - integer + + varchar - - - + + + - - + + - - event_id + + signaled_type - - + + - - integer + + integer - - - + + + - - + + - - event_theme_id + + signaled_id - - - + + - - - + + varchar - - + + + - - events_event_themes + + - - + + first_name - - + + - - + + varchar - - integer + + + - - - + + - - + + last_name - - id + + - - + + varchar - - + + + - - + + - - integer + + email - - - + + - - + + text - - event_id + + + - - + + - - integer + + message - - - + + - - + + timestamp - - price_category_id + + + - - + + - - integer + + created_at - - - + + - - + + timestamp - - amount + + + - - + + - - timestamp + + updated_at - - - + + - - + + - - created_at + + - - + + integer - - timestamp + + + - - - + + - - + + id - - updated_at + + + - - - + + + - - - + + - - + + abuses - - event_price_categories + + - - + + - - + + - - + + - - bigint + + boolean - - - + + + - - + + - - id + + gender - - + + - - + + date - - + + + - - varchar + + - - - + + birthday - - + + - - footprint + + integer - - + + + - - varchar + + - - - + + group_id - - + + - - data + + integer - - + + + - - varchar + + - - - + + user_id - - + + - - klass + + integer - - + + + - - timestamp + + - - - + + role_id - - + + - - created_at + + timestamp - - + + + - - timestamp + + - - - + + created_at - - + + - - updated_at + + timestamp - - - + + + - - - + + - - + + updated_at - - footprint_debugs + + - - + + - - + + - - + + integer - - + + + - - integer + + - - - + + id - - + + + - - id + + + - - + + - - + + statistic_profiles - - + + - - integer + + - - - + + - - + + - - total + + - - + + varchar - - timestamp + + + - - - + + - - + + name - - created_at + + - - + + integer - - timestamp + + + - - - + + - - + + default_places - - updated_at + + - - + + text - - varchar + + + - - - + + - - + + description - - reference + + - - + + varchar - - varchar + + + - - - + + - - + + slug - - payment_method + + - - + + timestamp - - timestamp + + + - - - + + - - + + created_at - - avoir_date + + - - + + timestamp - - integer + + + - - - + + - - + + updated_at - - invoice_id + + - - + + text - - varchar + + + - - - + + - - + + characteristics - - type + + - - + + boolean - - boolean + + + - - - + + - - + + disabled - - subscription_to_expire + + - - + + - - text + + - - - + + integer - - + + + - - description + + - - + + id - - integer + + + - - - + + + - - + + - - wallet_amount + + spaces - - + + - - integer + + - - - + + - - + + - - wallet_transaction_id + + bigint - - + + + - - integer + + - - - + + invoicing_profile_id - - + + - - coupon_id + + bigint - - + + + - - varchar + + - - - + + profile_custom_field_id - - + + - - footprint + + varchar - - + + + - - varchar + + - - - + + value - - + + - - environment + + timestamp - - + + + - - integer + + - - - + + created_at - - + + - - invoicing_profile_id + + timestamp - - + + + - - integer + + - - - + + updated_at - - + + - - operator_profile_id + + - - + + - - integer + + bigint - - - + + + - - + + - - statistic_profile_id + + id - - - + + + - - - + + + - - + + - - invoices + + user_profile_custom_fields - - + + - - + + - - + + - - integer + + - - - + + integer - - + + + - - id + + - - + + plan_id - - + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - group_id + + - - + + timestamp - - integer + + + - - - + + - - + + updated_at - - plan_id + + - - + + timestamp - - varchar + + + - - - + + - - + + expiration_date - - priceable_type + + - - + + timestamp - - integer + + + - - - + + - - + + canceled_at - - priceable_id + + - - + + integer - - integer + + + - - - + + - - + + statistic_profile_id - - amount + + - - + + timestamp - - timestamp + + + - - - + + - - + + start_at - - created_at + + - - + + - - timestamp + + - - - + + integer - - + + + - - updated_at + + - - - + + id - - - + + + - - + + + - - prices + + - - + + subscriptions - - + + - - + + - - integer + + - - - + + - - + + integer - - id + + + - - + + - - + + project_id - - + + - - text + + integer - - - + + + - - + + - - query + + component_id - - + + - - integer + + - - - + + - - + + integer - - statistic_type_id + + + - - + + - - timestamp + + id - - - + + + - - + + + - - created_at + + - - + + projects_components - - timestamp + + - - - + + - - + + - - updated_at + + - - + + - - varchar + + varchar - - - + + + - - + + - - field + + slug - - + + - - varchar + + integer - - - + + + - - + + - - es_index + + sluggable_id - - + + - - varchar + + varchar(50) - - - + + + - - + + - - es_type + + sluggable_type - - - + + - - - + + varchar - - + + + - - statistic_custom_aggregations + + - - + + scope - - + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - id + + - - + + - - + + - - + + integer - - integer + + + - - - + + - - + + id - - project_id + + + - - + + + - - integer + + - - - + + friendly_id_slugs - - + + - - machine_id + + - - - + + - - - + + - - + + - - projects_machines + + varchar - - + + + - - + + - - + + issuer - - + + - - integer + + boolean - - - + + + - - + + - - id + + discovery - - + + - - + + varchar - - + + + - - integer + + - - - + + client_auth_method - - + + - - user_id + + varchar - - + + + - - integer + + - - - + + scope - - + + - - tag_id + + varchar - - + + + - - timestamp + + - - - + + response_type - - + + - - created_at + + varchar - - + + + - - timestamp + + - - - + + response_mode - - + + - - updated_at + + varchar - - - + + + - - - + + - - + + display - - user_tags + + - - + + varchar - - + + + - - + + - - integer + + prompt - - - + + - - + + boolean - - id + + + - - + + - - + + send_scope_to_token_endpoint - - + + - - integer + + varchar - - - + + + - - + + - - user_id + + post_logout_redirect_uri - - + + - - integer + + varchar - - - + + + - - + + - - credit_id + + uid_field - - + + - - integer + + varchar - - - + + + - - + + - - hours_used + + client__identifier - - + + - - timestamp + + varchar - - - + + + - - + + - - created_at + + client__secret - - + + - - timestamp + + varchar - - - + + + - - + + - - updated_at + + client__redirect_uri - - - + + - - - + + varchar - - + + + - - users_credits + + - - + + client__scheme - - + + - - + + varchar - - integer + + + - - - + + - - + + client__host - - id + + - - + + varchar - - + + + - - + + - - varchar + + client__port - - - + + - - + + varchar - - name + + + - - + + - - timestamp + + client__authorization_endpoint - - - + + - - + + varchar - - created_at + + + - - + + - - timestamp + + client__token_endpoint - - - + + - - + + varchar - - updated_at + + + - - + + - - varchar + + client__userinfo_endpoint - - - + + - - + + varchar - - slug + + + - - + + - - boolean + + client__jwks_uri - - - + + - - + + varchar - - disabled + + + - - - + + - - - + + client__end_session_endpoint - - + + - - groups + + varchar - - + + + - - + + - - + + profile_url - - + + - - integer + + timestamp - - - + + + - - + + - - id + + created_at - - + + - - + + timestamp - - + + + - - integer + + - - - + + updated_at - - + + - - user_id + + - - + + - - varchar + + bigint - - - + + + - - + + - - first_name + + id - - + + + - - varchar + + + - - - + + - - + + open_id_connect_providers - - last_name + + - - + + - - varchar + + - - - + + - - + + integer - - email + + + - - + + - - timestamp + + training_id - - - + + - - + + integer - - created_at + + + - - + + - - timestamp + + availability_id - - - + + - - + + timestamp - - updated_at + + + - - - + + - - - + + created_at - - + + - - invoicing_profiles + + timestamp - - - - - - - - - + + + - - + + - - + + updated_at - - + + - - integer + + - - - + + - - + + integer - - id + + + - - + + - - + + id - - + + + - - varchar + + + - - - + + - - + + trainings_availabilities - - signaled_type + + - - + + - - integer + + - - - + + - - + + varchar - - signaled_id + + + - - + + - - varchar + + name - - - + + - - + + text - - first_name + + + - - + + - - varchar + + description - - - + + - - + + text - - last_name + + + - - + + - - varchar + + spec - - - + + - - + + timestamp - - email + + + - - + + - - text + + created_at - - - + + - - + + timestamp - - message + + + - - + + - - timestamp + + updated_at - - - + + - - + + varchar - - created_at + + + - - + + - - timestamp + + slug - - - + + - - + + boolean - - updated_at + + + - - - + + - - - + + disabled - - + + - - abuses + + - - + + - - + + integer - - + + + - - integer + + - - - + + id - - + + + - - id + + + - - + + - - + + machines - - + + - - text + + - - - + + - - + + - - message + + integer - - + + + - - timestamp + + - - - + + wallet_id - - + + - - created_at + + varchar - - + + + - - timestamp + + - - - + + transaction_type - - + + - - updated_at + + integer - - + + + - - varchar + + - - - + + amount - - + + - - reservable_type + + timestamp - - + + + - - integer + + - - - + + created_at - - + + - - reservable_id + + timestamp - - + + + - - integer + + - - - + + updated_at - - + + - - nb_reserve_places + + integer - - + + + - - integer + + - - - + + invoicing_profile_id - - + + - - statistic_profile_id + + - - - + + - - - + + integer - - + + + - - reservations + + - - + + id - - + + + - - + + + - - integer + + - - - + + wallet_transactions - - + + - - id + + - - + + - - + + - - + + - - boolean + + integer - - - + + + - - + + - - gender + + total - - + + - - date + + varchar - - - + + + - - + + - - birthday + + reference - - + + - - integer + + varchar - - - + + + - - + + - - group_id + + payment_method - - + + - - integer + + integer - - - + + + - - + + - - user_id + + wallet_amount - - + + - - integer + + bigint - - - + + + - - + + - - role_id + + wallet_transaction_id - - + + - - timestamp + + bigint - - - + + + - - + + - - created_at + + coupon_id - - + + - - timestamp + + varchar - - - + + + - - + + - - updated_at + + footprint - - - + + - - - + + varchar - - + + + - - statistic_profiles + + - - + + environment - - + + - - + + bigint - - integer + + + - - - + + - - + + invoicing_profile_id - - id + + - - + + bigint - - + + + - - + + - - integer + + statistic_profile_id - - - + + - - + + bigint - - o_auth2_provider_id + + + - - + + - - varchar + + operator_profile_id - - - + + - - + + timestamp - - local_field + + + - - + + - - varchar + + created_at - - - + + - - + + timestamp - - api_field + + + - - + + - - timestamp + + updated_at - - - + + - - + + timestamp - - created_at + + + - - + + - - timestamp + + start_at - - - + + - - + + - - updated_at + + - - + + bigint - - varchar + + + - - - + + - - + + id - - local_model + + + - - + + + - - varchar + + - - - + + payment_schedules - - + + - - api_endpoint + + - - + + - - varchar + + - - - + + varchar - - + + + - - api_data_type + + - - + + name - - jsonb + + - - - + + timestamp - - + + + - - transformation + + - - - + + created_at - - - + + - - + + timestamp - - o_auth2_mappings + + + - - + + - - + + updated_at - - + + - - + + varchar - - integer + + + - - - + + - - + + slug - - id + + - - + + boolean - - + + + - - + + - - integer + + disabled - - - + + - - + + - - setting_id + + - - + + integer - - varchar + + + - - - + + - - + + id - - value + + + - - + + + - - timestamp + + - - - + + groups - - + + - - created_at + + - - + + - - timestamp + + - - - + + - - + + bigint - - updated_at + + + - - + + - - varchar + + prepaid_pack_id - - - + + - - + + bigint - - footprint + + + - - + + - - integer + + statistic_profile_id - - - + + - - + + integer - - invoicing_profile_id + + + - - - + + - - - + + minutes_used - - + + - - history_values + + timestamp - - + + + - - + + - - + + expires_at - - + + - - integer + + timestamp - - - + + + - - + + - - id + + created_at - - + + - - + + timestamp - - + + + - - varchar + + - - - + + updated_at - - + + - - name + + - - + + - - varchar + + bigint - - - + + + - - + + - - resource_type + + id - - + + + - - integer + + + - - - + + - - + + statistic_profile_prepaid_packs - - resource_id + + - - + + - - timestamp + + - - - + + - - + + varchar - - created_at + + + - - + + - - timestamp + + name - - - + + - - + + timestamp - - updated_at + + + - - - + + - - - + + created_at - - + + - - roles + + timestamp - - + + + - - + + - - + + updated_at - - integer + + - - - + + integer - - + + + - - id + + - - + + nb_total_places - - + + - - + + varchar - - varchar + + + - - - + + - - + + slug - - url + + - - + + text - - varchar + + + - - - + + - - + + description - - name + + - - + + boolean - - varchar + + + - - - + + - - + + public_page - - color + + - - + + boolean - - varchar + + + - - - + + - - + + disabled - - text_color + + - - + + - - boolean + + - - - + + integer - - + + + - - text_hidden + + - - + + id - - timestamp + + + - - - + + + - - + + - - created_at + + trainings - - + + - - timestamp + + - - - + + - - + + - - updated_at + + varchar - - - + + + - - - + + - - + + creditable_type - - i_calendars + + - - + + integer - - + + + - - + + - - integer + + creditable_id - - - + + - - + + integer - - id + + + - - + + - - + + plan_id - - + + - - integer + + integer - - - + + + - - + + - - space_id + + hours - - + + - - integer + + timestamp - - - + + + - - + + - - availability_id + + created_at - - + + - - timestamp + + timestamp - - - + + + - - + + - - created_at + + updated_at - - + + - - timestamp + + - - - + + - - + + integer - - updated_at + + + - - - + + - - - + + id - - + + + - - spaces_availabilities + + + - - + + - - + + credits - - + + - - bigint + + - - - + + - - + + - - id + + - - + + varchar - - + + + - - + + - - integer + + uid - - - + + - - + + timestamp - - amount + + + - - + + - - timestamp + + dtstart - - - + + - - + + timestamp - - due_date + + + - - + + - - varchar + + dtend - - - + + - - + + varchar - - state + + + - - + + - - jsonb + + summary - - - + + - - + + varchar - - details + + + - - + + - - varchar + + description - - - + + - - + + varchar - - payment_method + + + - - + + - - varchar + + attendee - - - + + - - + + integer - - client_secret + + + - - + + - - bigint + + i_calendar_id - - - + + - - + + timestamp - - payment_schedule_id + + + - - + + - - bigint + + created_at - - - + + - - + + timestamp - - invoice_id + + + - - + + - - varchar + + updated_at - - - + + - - + + - - footprint + + - - + + integer - - timestamp + + + - - - + + - - + + id - - created_at + + + - - + + + - - timestamp + + - - - + + i_calendar_events - - + + - - updated_at + + - - - + + - - - + + - - + + integer - - payment_schedule_items + + + - - + + - - + + training_id - - + + - - integer + + integer - - - + + + - - + + - - id + + machine_id - - + + - - + + - - + + - - timestamp + + integer - - - + + + - - + + - - start_at + + id - - + + + - - timestamp + + + - - - + + - - + + trainings_machines - - end_at + + - - + + - - timestamp + + - - - + + - - + + - - created_at + + integer - - + + + - - timestamp + + - - - + + plan_id - - + + - - updated_at + + integer - - + + + - - integer + + - - - + + availability_id - - + + - - availability_id + + - - + + - - timestamp + + integer - - - + + + - - + + - - ex_start_at + + id - - + + + - - timestamp + + + - - - + + - - + + plans_availabilities - - ex_end_at + + - - + + - - timestamp + + - - - + + - - + + varchar - - canceled_at + + + - - + + - - boolean + + object_type - - - + + - - + + bigint - - offered + + + - - + + - - boolean + + object_id - - - + + - - + + bigint - - destroying + + + - - - + + - - - + + payment_schedule_id - - + + - - slots + + boolean - - + + + - - + + - - + + main - - integer + + - - - + + varchar - - + + + - - id + + - - + + footprint - - + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - statistic_index_id + + - - + + timestamp - - varchar + + + - - - + + - - + + updated_at - - key + + - - + + - - varchar + + - - - + + bigint - - + + + - - label + + - - + + id - - boolean + + + - - - + + + - - + + - - graph + + payment_schedule_objects - - + + - - timestamp + + - - - + + - - + + - - created_at + + integer - - + + + - - timestamp + + - - - + + user_id - - + + - - updated_at + + integer - - + + + - - boolean + + - - - + + role_id - - + + + - - simple + + + - - - + + - - - + + users_roles - - + + - - statistic_types + + - - + + - - + + - - + + - - integer + + varchar - - - + + + - - + + - - id + + key - - + + - - + + varchar - - + + + - - integer + + - - - + + label - - + + - - receiver_id + + timestamp - - + + + - - varchar + + - - - + + created_at - - + + - - attached_object_type + + timestamp - - + + + - - integer + + - - - + + updated_at - - + + - - attached_object_id + + - - + + - - integer + + integer - - - + + + - - + + - - notification_type_id + + id - - + + + - - boolean + + + - - - + + - - + + statistic_sub_types - - is_read + + - - + + - - timestamp + + - - - + + - - + + integer - - created_at + + + - - + + - - timestamp + + machine_id - - - + + - - + + integer - - updated_at + + + - - + + - - varchar + + availability_id - - - + + - - + + - - receiver_type + + - - + + integer - - boolean + + + - - - + + - - + + id - - is_send + + + - - + + + - - jsonb + + - - - + + machines_availabilities - - + + - - meta_data + + - - - + + - - - + + - - + + varchar - - notifications + + + - - + + - - + + priceable_type - - + + - - integer + + bigint - - - + + + - - + + - - id + + priceable_id - - + + - - + + bigint - - + + + - - varchar + + - - - + + group_id - - + + - - name + + integer - - + + + - - integer + + - - - + + amount - - + + - - amount + + integer - - + + + - - varchar + + - - - + + minutes - - + + - - interval + + varchar - - + + + - - integer + + - - - + + validity_interval - - + + - - group_id + + integer - - + + + - - varchar + + - - - + + validity_count - - + + - - stp_plan_id + + boolean - - + + + - - timestamp + + - - - + + disabled - - + + - - created_at + + timestamp - - + + + - - timestamp + + - - - + + created_at - - + + - - updated_at + + timestamp - - + + + - - integer + + - - - + + updated_at - - + + - - training_credit_nb + + - - + + - - boolean + + bigint - - - + + + - - + + - - is_rolling + + id - - + + + - - text + + + - - - + + - - + + prepaid_packs - - description + + - - + + - - varchar + + - - - + + - - + + - - type + + varchar - - + + + - - varchar + + - - - + + name - - + + - - base_name + + - - + + - - integer + + integer - - - + + + - - + + - - ui_weight + + id - - + + + - - integer + + + - - - + + - - + + themes - - interval_count + + - - + + - - varchar + + - - - + + - - + + - - slug + + integer - - + + + - - boolean + + - - - + + amount - - + + - - disabled + + timestamp - - + + + - - boolean + + - - - + + created_at - - + + - - monthly_payment + + timestamp - - - + + + - - - + + - - + + updated_at - - plans + + - - + + integer - - + + + - - + + - - + + invoicing_profile_id - - integer + + - - - + + - - + + - - id + + integer - - + + + - - + + - - + + id - - integer + + + - - - + + + - - + + - - availability_id + + wallets - - + + - - integer + + - - - + + - - + + - - tag_id + + integer - - + + + - - timestamp + + - - - + + user_id - - + + - - created_at + + integer - - + + + - - timestamp + + - - - + + tag_id - - + + - - updated_at + + timestamp - - - + + + - - - + + - - + + created_at - - availability_tags + + - - + + timestamp - - + + + - - + + - - integer + + updated_at - - - + + - - + + - - id + + - - + + integer - - + + + - - + + - - integer + + id - - - + + + - - + + + - - statistic_type_id + + - - + + user_tags - - integer + + - - - + + - - + + - - statistic_sub_type_id + + - - + + varchar - - timestamp + + + - - - + + - - + + name - - created_at + + - - + + text - - timestamp + + + - - - + + - - + + description - - updated_at + + - - - + + - - - + + - - + + integer - - statistic_type_sub_types + + + - - + + - - + + id - - + + + - - + + + - - integer + + - - - + + licences - - + + - - id + + - - + + - - + + - - + + - - varchar + + varchar - - - + + + - - + + - - name + + name - - + + - - timestamp + + integer - - - + + + - - + + - - created_at + + calls_count - - + + - - timestamp + + varchar - - - + + + - - + + - - updated_at + + token - - - + + - - - + + timestamp - - + + + - - settings + + - - + + created_at - - + + - - + + timestamp - - integer + + + - - - + + - - + + updated_at - - id + + - - + + - - + + - - + + integer - - integer + + + - - - + + - - + + id - - slot_id + + + - - + + + - - integer + + - - - + + open_api_clients - - + + - - reservation_id + + - - - + + - - - + + - - + + - - slots_reservations + + varchar - - + + + - - + + - - + + base_url - - integer + + - - - + + varchar - - + + + - - id + + - - + + token_endpoint - - + + - - + + varchar - - text + + + - - - + + - - + + authorization_endpoint - - contents + + - - + + varchar - - timestamp + + + - - - + + - - + + client_id - - created_at + + - - + + varchar - - timestamp + + + - - - + + - - + + client_secret - - updated_at + + - - + + timestamp - - varchar + + + - - - + + - - + + created_at - - name + + - - - + + timestamp - - - + + + - - + + - - stylesheets + + updated_at - - + + - - + + varchar - - + + + - - + + - - integer + + profile_url - - - + + - - + + varchar - - id + + + - - + + - - + + scopes - - + + - - varchar + + - - - + + - - + + integer - - category + + + - - + + - - varchar + + id - - - + + + - - + + + - - export_type + + - - + + o_auth2_providers - - varchar + + - - - + + - - + + - - query + + - - + + - - timestamp + + integer - - - + + + - - + + - - created_at + + total - - + + - - timestamp + + timestamp - - - + + + - - + + - - updated_at + + created_at - - + + - - integer + + timestamp - - - + + + - - + + - - user_id + + updated_at - - + + - - varchar + + varchar - - - + + + - - + + - - key + + reference - - + + - - varchar + + varchar - - - + + + - - + + - - extension + + payment_method - - - + + - - - + + timestamp - - + + + - - exports + + - - + + avoir_date - - + + - - + + integer - - varchar + + + - - - + + - - + + invoice_id - - key + + - - + + varchar - - + + + - - + + - - varchar + + type - - - + + - - + + boolean - - value + + + - - + + - - timestamp + + subscription_to_expire - - - + + - - + + text - - created_at + + + - - + + - - timestamp + + description - - - + + - - + + integer - - updated_at + + + - - - + + - - - + + wallet_amount - - + + - - ar_internal_metadata + + integer - - + + + - - + + - - + + wallet_transaction_id - - integer + + - - - + + integer - - + + + - - id + + - - + + coupon_id - - + + - - + + varchar - - integer + + + - - - + + - - + + footprint - - user_id + + - - + + varchar - - varchar + + + - - - + + - - + + environment - - first_name + + - - + + integer - - varchar + + + - - - + + - - + + invoicing_profile_id - - last_name + + - - + + integer - - varchar + + + - - - + + - - + + operator_profile_id - - phone + + - - + + integer - - text + + + - - - + + - - + + statistic_profile_id - - interest + + - - + + - - text + + - - - + + integer - - + + + - - software_mastered + + - - + + id - - timestamp + + + - - - + + + - - + + - - created_at + + invoices - - + + - - timestamp + + - - - + + - - + + - - updated_at + + - - + + bigint - - varchar + + + - - - + + - - + + proof_of_identity_type_id - - facebook + + - - + + bigint - - varchar + + + - - - + + - - + + user_id - - twitter + + - - + + varchar - - varchar + + + - - - + + - - + + attachment - - google_plus + + - - + + timestamp - - varchar + + + - - - + + - - + + created_at - - viadeo + + - - + + timestamp - - varchar + + + - - - + + - - + + updated_at - - linkedin + + - - + + - - varchar + + - - - + + bigint - - + + + - - instagram + + - - + + id - - varchar + + + - - - + + + - - + + - - youtube + + proof_of_identity_files - - + + - - varchar + + - - - + + - - + + - - vimeo + + varchar - - + + + - - varchar + + - - - + + name - - + + - - dailymotion + + timestamp - - + + + - - varchar + + - - - + + created_at - - + + - - github + + timestamp - - + + + - - varchar + + - - - + + updated_at - - + + - - echosciences + + varchar - - + + + - - varchar + + - - - + + slug - - + + - - website + + - - + + - - varchar + + integer - - - + + + - - + + - - pinterest + + id - - + + + - - varchar + + + - - - + + - - + + categories - - lastfm + + - - + + - - varchar + + - - - + + - - + + - - flickr + + integer - - + + + - - varchar + + - - - + + invoice_id - - + + - - job + + integer - - + + + - - varchar + + - - - + + amount - - + + - - tours + + timestamp - - - + + + - - - + + - - + + created_at - - profiles + + - - + + timestamp - - + + + - - + + - - integer + + updated_at - - - + + - - + + text - - id + + + - - + + - - + + description - - + + - - integer + + integer - - - + + + - - + + - - user_id + + invoice_item_id - - + + - - varchar + + varchar - - - + + + - - + + - - attachment + + footprint - - + + - - varchar + + varchar - - - + + + - - + + - - update_field + + object_type - - + + - - varchar + + bigint - - - + + + - - + + - - category + + object_id - - + + - - text + + boolean - - - + + + - - + + - - results + + main - - + + - - timestamp + + - - - + + - - + + integer - - created_at + + + - - + + - - timestamp + + id - - - + + + - - + + + - - updated_at + + - - - + + invoice_items - - - + + - - + + - - imports + + - - + + - - + + - - + + varchar - - integer + + + - - - + + - - + + name - - id + + - - + + timestamp - - + + + - - + + - - varchar + + created_at - - - + + - - + + timestamp - - es_type_key + + + - - + + - - varchar + + updated_at - - - + + - - + + varchar - - label + + + - - + + - - timestamp + + slug - - - + + - - + + - - created_at + + - - + + integer - - timestamp + + + - - - + + - - + + id - - updated_at + + + - - + + + - - boolean + + - - - + + age_ranges - - + + - - table + + - - + + - - boolean + + - - - + + - - + + integer - - ca + + + - - - + + - - - + + project_id - - + + - - statistic_indices + + integer - - + + + - - + + - - + + theme_id - - integer + + - - - + + - - + + - - id + + integer - - + + + - - + + - - + + id - - integer + + + - - - + + + - - + + - - project_id + + projects_themes - - + + - - integer + + - - - + + - - + + - - theme_id + + varchar - - - + + + - - - + + - - + + name - - projects_themes + + - - + + varchar - - + + + - - + + - - integer + + resource_type - - - + + - - + + integer - - id + + + - - + + - - + + resource_id - - + + - - varchar + + timestamp - - - + + + - - + + - - address + + created_at - - + + - - varchar + + timestamp - - - + + + - - + + - - street_number + + updated_at - - + + - - varchar + + - - - + + - - + + integer - - route + + + - - + + - - varchar + + id - - - + + + - - + + + - - locality + + - - + + roles - - varchar + + - - - + + - - + + - - country + + - - + + integer - - varchar + + + - - - + + - - + + group_id - - postal_code + + - - + + integer - - varchar + + + - - - + + - - + + amount - - placeable_type + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - placeable_id + + - - + + timestamp - - timestamp + + + - - - + + - - + + updated_at - - created_at + + - - + + integer - - timestamp + + + - - - + + - - + + training_id - - updated_at + + - - - + + - - - + + - - + + integer - - addresses + + + - - + + - - + + id - - + + + - - integer + + + - - - + + - - + + trainings_pricings - - id + + - - + + - - + + - - + + - - integer + + integer - - - + + + - - + + - - group_id + + user_id - - + + - - integer + + varchar - - - + + + - - + + - - amount + + first_name - - + + - - timestamp + + varchar - - - + + + - - + + - - created_at + + last_name - - + + - - timestamp + + varchar - - - + + + - - + + - - updated_at + + phone - - + + - - integer + + text - - - + + + - - + + - - training_id + + interest - - - + + - - - + + text - - + + + - - trainings_pricings + + - - + + software_mastered - - + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - id + + - - + + timestamp - - + + + - - + + - - varchar + + updated_at - - - + + - - + + varchar - - slug + + + - - + + - - integer + + facebook - - - + + - - + + varchar - - sluggable_id + + + - - + + - - varchar(50) + + twitter - - - + + - - + + varchar - - sluggable_type + + + - - + + - - varchar + + google_plus - - - + + - - + + varchar - - scope + + + - - + + - - timestamp + + viadeo - - - + + - - + + varchar - - created_at + + + - - - + + - - - + + linkedin - - + + - - friendly_id_slugs + + varchar - - + + + - - + + - - + + instagram - - + + - - integer + + varchar - - - + + + - - + + - - id + + youtube - - + + - - + + varchar - - + + + - - integer + + - - - + + vimeo - - + + - - amount + + varchar - - + + + - - timestamp + + - - - + + dailymotion - - + + - - created_at + + varchar - - + + + - - timestamp + + - - - + + github - - + + - - updated_at + + varchar - - + + + - - integer + + - - - + + echosciences - - + + - - invoicing_profile_id + + varchar - - - + + + - - - + + - - + + website - - wallets + + - - + + varchar - - + + + - - + + - - integer + + pinterest - - - + + - - + + varchar - - id + + + - - + + - - + + lastfm - - + + - - varchar + + varchar - - - + + + - - + + - - email + + flickr - - + + - - varchar + + varchar - - - + + + - - + + - - encrypted_password + + job - - + + - - varchar + + varchar - - - + + + - - + + - - reset_password_token + + tours - - + + - - timestamp + + - - - + + - - + + integer - - reset_password_sent_at + + + - - + + - - timestamp + + id - - - + + + - - + + + - - remember_created_at + + - - + + profiles - - integer + + - - - + + - - + + - - sign_in_count + + - - + + varchar - - timestamp + + + - - - + + - - + + name - - current_sign_in_at + + - - + + timestamp - - timestamp + + + - - - + + - - + + created_at - - last_sign_in_at + + - - + + timestamp - - varchar + + + - - - + + - - + + updated_at - - confirmation_token + + - - + + varchar - - timestamp + + + - - - + + - - + + slug - - confirmed_at + + - - + + - - timestamp + + - - - + + integer - - + + + - - confirmation_sent_at + + - - + + id - - varchar + + + - - - + + + - - + + - - unconfirmed_email + + event_themes - - + + - - integer + + - - - + + - - + + - - failed_attempts + + varchar - - + + + - - varchar + + - - - + + name - - + + - - unlock_token + + integer - - + + + - - timestamp + + - - - + + weight - - + + - - locked_at + + timestamp - - + + + - - timestamp + + - - - + + created_at - - + + - - created_at + + timestamp - - + + + - - timestamp + + - - - + + updated_at - - + + - - updated_at + + text - - + + + - - boolean + + - - - + + description - - + + - - is_allow_contact + + - - + + - - integer + + bigint - - - + + + - - + + - - group_id + + id - - + + + - - varchar + + + - - - + + - - + + plan_categories - - username + + - - + + - - varchar + + - - - + + - - + + - - slug + + text - - + + + - - boolean + + - - - + + message - - + + - - is_active + + timestamp - - + + + - - varchar + + - - - + + created_at - - + + - - provider + + timestamp - - + + + - - varchar + + - - - + + updated_at - - + + - - uid + + varchar - - + + + - - varchar + + - - - + + reservable_type - - + + - - auth_token + + integer - - + + + - - timestamp + + - - - + + reservable_id - - + + - - merged_at + + integer - - + + + - - boolean + + - - - + + nb_reserve_places - - + + - - is_allow_newsletter + + integer - - + + + - - inet + + - - - + + statistic_profile_id - - + + - - current_sign_in_ip + + - - + + - - inet + + integer - - - + + + - - + + - - last_sign_in_ip + + id - - - + + + - - - + + + - - + + - - users + + reservations - - + + - - + + - - + + - - integer + + - - - + + integer - - + + + - - id + + - - + + event_id - - + + - - + + integer - - varchar + + + - - - + + - - + + event_theme_id - - name + + - - - + + - - - + + - - + + integer - - themes + + + - - + + - - + + id - - + + + - - + + + - - integer + + - - - + + events_event_themes - - + + - - id + + - - + + - - + + - - + + - - integer + + varchar - - - + + + - - + + - - training_id + + local_field - - + + - - integer + + varchar - - - + + + - - + + - - machine_id + + api_field - - - + + - - - + + timestamp - - + + + - - trainings_machines + + - - + + created_at - - + + - - + + timestamp - - integer + + + - - - + + - - + + updated_at - - id + + - - + + varchar - - + + + - - + + - - varchar + + local_model - - - + + - - + + varchar - - name + + + - - + + - - varchar + + api_endpoint - - - + + - - + + varchar - - code + + + - - + + - - integer + + api_data_type - - - + + - - + + jsonb - - percent_off + + + - - + + - - timestamp + + transformation - - - + + - - + + bigint - - valid_until + + + - - + + - - integer + + auth_provider_id - - - + + - - + + - - max_usages + + - - + + integer - - boolean + + + - - - + + - - + + id - - active + + + - - + + + - - timestamp + + - - - + + auth_provider_mappings - - + + - - created_at + + - - + + - - timestamp + + - - - + + integer - - + + + - - updated_at + + - - + + subscription_id - - varchar + + - - - + + timestamp - - + + + - - validity_per_user + + - - + + start_at - - integer + + - - - + + timestamp - - + + + - - amount_off + + - - - + + end_at - - - + + - - + + timestamp - - coupons + + + - - + + - - + + created_at - - + + - - + + timestamp - - integer + + + - - - + + - - + + updated_at - - id + + - - + + - - + + - - + + integer - - varchar + + + - - - + + - - + + id - - name + + + - - + + + - - timestamp + + - - - + + offer_days - - + + - - created_at + + - - + + - - timestamp + + - - - + + - - + + varchar - - updated_at + + + - - + + - - varchar + + viewable_type - - - + + - - + + integer - - slug + + + - - - + + - - - + + viewable_id - - + + - - categories + + varchar - - + + + - - + + - - + + attachment - - integer + + - - - + + varchar - - + + + - - id + + - - + + type - - + + - - + + timestamp - - varchar + + + - - - + + - - + + created_at - - uid + + - - + + timestamp - - timestamp + + + - - - + + - - + + updated_at - - dtstart + + - - + + - - timestamp + + - - - + + integer - - + + + - - dtend + + - - + + id - - varchar + + + - - - + + + - - + + - - summary + + assets - - + + - - varchar + + - - - + + - - + + - - description + + bigint - - + + + - - varchar + + - - - + + user_id - - + + - - attendee + + integer - - + + + - - integer + + - - - + + operator_id - - + + - - i_calendar_id + + text - - + + + - - timestamp + + - - - + + message - - + + - - created_at + + timestamp - - + + + - - timestamp + + - - - + + created_at - - + + - - updated_at + + timestamp - - - + + + - - - + + - - + + updated_at - - i_calendar_events + + - - + + - - + + - - + + bigint - - bigint + + + - - - + + - - + + id - - id + + + - - + + + - - + + - - + + proof_of_identity_refusals - - integer + + - - - + + - - + + - - total + + - - + + varchar - - varchar + + + - - - + + - - + + title - - reference + + - - + + text - - varchar + + + - - - + + - - + + description - - payment_method + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - wallet_amount + + - - + + timestamp - - bigint + + + - - - + + - - + + updated_at - - wallet_transaction_id + + - - + + integer - - bigint + + + - - - + + - - + + availability_id - - coupon_id + + - - + + integer - - varchar + + + - - - + + - - + + amount - - footprint + + - - + + integer - - varchar + + + - - - + + - - + + nb_total_places - - environment + + - - + + integer - - bigint + + + - - - + + - - + + nb_free_places - - invoicing_profile_id + + - - + + integer - - bigint + + + - - - + + - - + + recurrence_id - - statistic_profile_id + + - - + + integer - - bigint + + + - - - + + - - + + age_range_id - - operator_profile_id + + - - + + integer - - timestamp + + + - - - + + - - + + category_id - - created_at + + - - + + - - timestamp + + - - - + + integer - - + + + - - updated_at + + - - - + + id - - - + + + - - + + + - - payment_schedules + + - - + + events - - + + - - + + - - integer + + - - - + + - - + + - - id + + varchar - - + + + - - + + - - + + name - - varchar + + - - - + + timestamp - - + + + - - base_url + + - - + + created_at - - varchar + + - - - + + timestamp - - + + + - - token_endpoint + + - - + + updated_at - - varchar + + - - - + + integer - - + + + - - authorization_endpoint + + - - + + invoicing_profile_id - - varchar + + - - - + + - - + + - - client_id + + integer - - + + + - - varchar + + - - - + + id - - + + + - - client_secret + + + - - + + - - timestamp + + organizations - - - + + - - + + - - created_at + + - - + + - - timestamp + + - - - + + integer - - + + + - - updated_at + + - - + + statistic_index_id - - varchar + + - - - + + varchar - - + + + - - profile_url + + - - - + + key - - - + + - - + + varchar - - o_auth2_providers + + + - - + + - - + + label - - + + - - integer + + timestamp - - - + + + - - + + - - id + + created_at - - + + - - + + timestamp - - + + + - - varchar + + - - - + + updated_at - - + + - - name + + varchar - - + + + - - integer + + - - - + + data_type - - + + - - calls_count + + - - + + - - varchar + + integer - - - + + + - - + + - - token + + id - - + + + - - timestamp + + + - - - + + - - + + statistic_fields - - created_at + + - - + + - - timestamp + + - - - + + - - + + - - updated_at + + varchar - - - + + + - - - + + - - + + name - - open_api_clients + + - - + + varchar - - + + + - - + + - - + + code - - integer + + - - - + + integer - - + + + - - id + + - - + + percent_off - - + + - - + + timestamp - - date + + + - - - + + - - + + valid_until - - start_at + + - - + + integer - - date + + + - - - + + - - + + max_usages - - end_at + + - - + + boolean - - timestamp + + + - - - + + - - + + active - - closed_at + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - closed_by + + - - + + timestamp - - timestamp + + + - - - + + - - + + updated_at - - created_at + + - - + + varchar - - timestamp + + + - - - + + - - + + validity_per_user - - updated_at + + - - + + integer - - integer + + + - - - + + - - + + amount_off - - period_total + + - - + + - - integer + + - - - + + integer - - + + + - - perpetual_total + + - - + + id - - varchar + + + - - - + + + - - + + - - footprint + + coupons - - - + + - - - + + - - + + - - accounting_periods + + - - + + - - + + varchar - - + + + - - + + - - integer + + name - - - + + - - + + text - - user_id + + + - - + + - - integer + + description - - - + + - - + + timestamp - - role_id + + + - - - + + - - - + + created_at - - + + - - users_roles + + timestamp - - + + + - - + + - - + + updated_at - - integer + + - - - + + text - - + + + - - id + + - - + + tags - - + + - - + + integer - - integer + + + - - - + + - - + + licence_id - - plan_id + + - - + + varchar - - integer + + + - - - + + - - + + state - - availability_id + + - - - + + varchar - - - + + + - - + + - - plans_availabilities + + slug - - + + - - + + timestamp - - + + + - - integer + + - - - + + published_at - - + + - - id + + integer - - + + + - - + + - - + + author_statistic_profile_id - - integer + + - - - + + tsvector - - + + + - - subscription_id + + - - + + search_vector - - timestamp + + - - - + + - - + + - - start_at + + integer - - + + + - - timestamp + + - - - + + id - - + + + - - end_at + + + - - + + - - timestamp + + projects - - - + + - - + + - - created_at + + - - + + - - timestamp + + - - - + + varchar - - + + + - - updated_at + + - - - + + name - - - + + - - + + timestamp - - offer_days + + + - - + + - - + + created_at - - + + - - integer + + timestamp - - - + + + - - + + - - id + + updated_at - - + + - - + + - - + + - - varchar + + bigint - - - + + + - - + + - - viewable_type + + id - - + + + - - integer + + + - - - + + - - + + proof_of_identity_types - - viewable_id + + - - + + - - varchar + + - - - + + - - + + integer - - attachment + + + - - + + - - varchar + + statistic_profile_id - - - + + - - + + integer - - type + + + - - + + - - timestamp + + training_id - - - + + - - + + timestamp - - created_at + + + - - + + - - timestamp + + created_at - - - + + - - + + timestamp - - updated_at + + + - - - + + - - - + + updated_at - - + + - - assets + + - - + + - - + + integer - - + + + - - + + - - integer + + id - - - + + + - - + + + - - id + + - - + + statistic_profile_trainings - - + + - - + + - - integer + + - - - + + - - + + varchar - - project_id + + + - - + + - - integer + + name - - - + + - - + + timestamp - - space_id + + + - - - + + - - - + + created_at - - + + - - projects_spaces + + timestamp - - + + + - - + + - - + + updated_at - - integer + + - - - + + - - + + - - id + + integer - - + + + - - + + - - + + id - - timestamp + + + - - - + + + - - + + - - start_at + + settings - - + + - - timestamp + + - - - + + - - + + - - end_at + + - - + + varchar - - varchar + + + - - - + + - - + + footprint - - available_type + + - - + + varchar - - timestamp + + + - - - + + - - + + data - - created_at + + - - + + varchar - - timestamp + + + - - - + + - - + + klass - - updated_at + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - nb_total_places + + - - + + timestamp - - boolean + + + - - - + + - - + + updated_at - - destroying + + - - + + - - boolean + + - - - + + bigint - - + + + - - lock + + - - + + id - - boolean + + + - - - + + + - - + + - - is_recurrent + + footprint_debugs - - + + - - integer + + - - - + + - - + + - - occurrence_id + + bigint - - + + + - - varchar + + - - - + + proof_of_identity_type_id - - + + - - period + + bigint - - + + + - - integer + + - - - + + group_id - - + + - - nb_periods + + timestamp - - + + + - - timestamp + + - - - + + created_at - - + + - - end_date + + timestamp - - + + + - - integer + + - - - + + updated_at - - + + - - slot_duration + + - - - + + - - - + + bigint - - + + + - - availabilities + + - - + + id - - + + + - - + + + - - + + - - bigint + + proof_of_identity_types_groups - - - + + - - + + - - id + + - - + + - - + + - - + + varchar - - varchar + + + - - - + + - - + + version - - object_type + + + - - + + + - - bigint + + - - - + + schema_migrations - - + + - - object_id + + - - + + - - bigint + + - - - + + - - + + integer - - payment_schedule_id + + + - - + + - - boolean + + user_id - - - + + - - + + integer - - main + + + - - + + - - varchar + + credit_id - - - + + - - + + integer - - footprint + + + - - + + - - timestamp + + hours_used - - - + + - - + + timestamp - - created_at + + + - - + + - - timestamp + + created_at - - - + + - - + + timestamp - - updated_at + + + - - - + + - - - + + updated_at - - + + - - payment_schedule_objects + + - - + + - - + + integer - - + + + - - integer + + - - - + + id - - + + + - - id + + + - - + + - - + + users_credits - - + + - - varchar + + - - - + + - - + + - - name + + - - - + + integer - - - + + + - - + + - - components + + event_id - - + + - - + + integer - - + + + - - + + - - integer + + price_category_id - - - + + - - + + integer - - id + + + - - + + - - + + amount - - + + - - varchar + + timestamp - - - + + + - - + + - - name + + created_at - - + + - - timestamp + + timestamp - - - + + + - - + + - - created_at + + updated_at - - + + - - timestamp + + - - - + + - - + + integer - - updated_at + + + - - + + - - varchar + + id - - - + + + - - + + + - - slug + + - - - + + event_price_categories - - - + + - - + + - - event_themes + + - - + + - - + + - - + + varchar - - integer + + + - - - + + - - + + category - - id + + - - + + varchar - - + + + - - + + - - integer + + export_type - - - + + - - + + varchar - - plan_id + + + - - + + - - timestamp + + query - - - + + - - + + timestamp - - created_at + + + - - + + - - timestamp + + created_at - - - + + - - + + timestamp - - updated_at + + + - - + + - - timestamp + + updated_at - - - + + - - + + integer - - expiration_date + + + - - + + - - timestamp + + user_id - - - + + - - + + varchar - - canceled_at + + + - - + + - - integer + + key - - - + + - - + + varchar - - statistic_profile_id + + + - - - + + - - - + + extension - - + + - - subscriptions + + - - + + - - + + integer - - + + + - - integer + + - - - + + id - - + + + - - id + + + - - + + - - + + exports - - + + - - varchar + + - - - + + - - + + - - name + + integer - - + + + - - timestamp + + - - - + + space_id - - + + - - created_at + + integer - - + + + - - timestamp + + - - - + + availability_id - - + + - - updated_at + + timestamp - - - + + + - - - + + - - + + created_at - - tags + + - - + + timestamp - - + + + - - + + - - integer + + updated_at - - - + + - - + + - - id + + - - + + integer - - + + + - - + + - - varchar + + id - - - + + + - - + + + - - creditable_type + + - - + + spaces_availabilities - - integer + + - - - + + - - + + - - creditable_id + + - - + + integer - - integer + + + - - - + + - - + + user_id - - plan_id + + - - + + varchar - - integer + + + - - - + + - - + + attachment - - hours + + - - + + varchar - - timestamp + + + - - - + + - - + + update_field - - created_at + + - - + + varchar - - timestamp + + + - - - + + - - + + category - - updated_at + + - - - + + text - - - + + + - - + + - - credits + + results - - + + - - + + timestamp - - + + + - - integer + + - - - + + created_at - - + + - - id + + timestamp - - + + + - - + + - - + + updated_at - - varchar + + - - - + + - - + + - - name + + integer - - + + + - - text + + - - - + + id - - + + + - - conditions + + + - - + + - - timestamp + + imports - - - + + - - + + - - created_at + + - - + + - - timestamp + + - - - + + integer - - + + + - - updated_at + + - - - + + statistic_type_id - - - + + - - + + integer - - price_categories + + + - - + + - - + + statistic_sub_type_id - - + + - - integer + + timestamp - - - + + + - - + + - - id + + created_at - - + + - - + + timestamp - - + + + - - integer + + - - - + + updated_at - - + + - - statistic_index_id + + - - + + - - varchar + + integer - - - + + + - - + + - - key + + id - - + + + - - varchar + + + - - - + + - - + + statistic_type_sub_types - - label + + - - + + - - timestamp + + - - - + + - - + + bigint - - created_at + + + - - + + - - timestamp + + proof_of_identity_type_id - - - + + - - + + bigint - - updated_at + + + - - + + - - varchar + + proof_of_identity_refusal_id - - - + + + - - + + + - - data_type + + - - - + + proof_of_identity_refusals_types - - - + + - - + + - - statistic_fields + + - - + + - - + + - - + + integer - - integer + + + - - - + + - - + + slot_id - - id + + - - + + integer - - + + + - - + + - - varchar + + reservation_id - - - + + - - + + - - name + + - - + + integer - - text + + + - - - + + - - + + id - - description + + + - - + + + - - text + + - - - + + slots_reservations - - + + - - spec + + - - + + - - timestamp + + - - - + + varchar - - + + + - - created_at + + - - + + name - - timestamp + + - - - + + - - + + - - updated_at + + integer - - + + + - - varchar + + - - - + + id - - + + + - - slug + + + - - + + - - boolean + + components - - - + + - - + + - - disabled + + - - - + + - - - + + - - + + timestamp - - machines + + + - - + + - - + + start_at - - + + - - + + timestamp - - integer + + + - - - + + - - + + end_at - - id + + - - + + timestamp - - + + + - - + + - - varchar + + created_at - - - + + - - + + timestamp - - name + + + - - + + - - timestamp + + updated_at - - - + + - - + + integer - - created_at + + + - - + + - - timestamp + + availability_id - - - + + - - + + timestamp - - updated_at + + + - - + + - - integer + + ex_start_at - - - + + - - + + timestamp - - nb_total_places + + + - - + + - - varchar + + ex_end_at - - - + + - - + + timestamp - - slug + + + - - + + - - text + + canceled_at - - - + + - - + + boolean - - description + + + - - + + - - boolean + + offered - - - + + - - + + boolean - - public_page + + + - - + + - - boolean + + destroying - - - + + - - + + - - disabled + + - - - + + integer - - - + + + - - + + - - trainings + + id - - + + + - - + + + - - + + - - + + slots - - integer + + - - - + + - - + + - - id + + - - + + varchar - - + + + - - + + - - integer + + name - - - + + - - + + timestamp - - invoice_id + + + - - + + - - integer + + created_at - - - + + - - + + timestamp - - amount + + + - - + + - - timestamp + + updated_at - - - + + - - + + - - created_at + + - - + + integer - - timestamp + + + - - - + + - - + + id - - updated_at + + + - - + + + - - text + + - - - + + tags - - + + - - description + + - - + + - - integer + + - - - + + - - + + timestamp - - invoice_item_id + + + - - + + - - varchar + + start_at - - - + + - - + + timestamp - - footprint + + + - - + + - - varchar + + end_at - - - + + - - + + varchar - - object_type + + + - - + + - - bigint + + available_type - - - + + - - + + timestamp - - object_id + + + - - + + - - boolean + + created_at - - - + + - - + + timestamp - - main + + + - - - + + - - - + + updated_at - - + + - - invoice_items + + integer - - + + + - - + + - - + + nb_total_places - - + + - - integer + + boolean - - - + + + - - + + - - id + + destroying - - + + - - + + boolean - - + + + - - varchar + + - - - + + lock - - + + - - name + + boolean - - + + + - - timestamp + + - - - + + is_recurrent - - + + - - created_at + + integer - - + + + - - timestamp + + - - - + + occurrence_id - - + + - - updated_at + + varchar - - + + + - - integer + + - - - + + period - - + + - - invoicing_profile_id + + integer - - - + + + - - - + + - - + + nb_periods - - organizations + + - - + + timestamp - - + + + - - + + - - integer + + end_date - - - + + - - + + integer - - id + + + - - + + - - + + slot_duration - - + + - - integer + + - - - + + - - + + integer - - reservation_id + + + - - + + - - integer + + id - - - + + + - - + + + - - event_price_category_id + + - - + + availabilities - - integer + + - - - + + - - + + - - booked + + - - + + varchar - - timestamp + + + - - - + + - - + + name - - created_at + + - - + + integer - - timestamp + + + - - - + + - - + + amount - - updated_at + + - - - + + varchar - - - + + + - - + + - - tickets + + interval - - + + - - + + integer - - + + + - - integer + + - - - + + group_id - - + + - - id + + varchar - - + + + - - + + - - + + stp_plan_id - - integer + + - - - + + timestamp - - + + + - - project_id + + - - + + created_at - - integer + + - - - + + timestamp - - + + + - - user_id + + - - + + updated_at - - timestamp + + - - - + + integer - - + + + - - created_at + + - - + + training_credit_nb - - timestamp + + - - - + + boolean - - + + + - - updated_at + + - - + + is_rolling - - boolean + + - - - + + text - - + + + - - is_valid + + - - + + description - - varchar + + - - - + + varchar - - + + + - - valid_token + + - - - + + type - - - + + - - + + varchar - - project_users + + + - - + + - - + + base_name - - + + - - integer + + integer - - - + + + - - + + - - id + + ui_weight - - + + - - + + integer - - + + + - - integer + + - - - + + interval_count - - + + - - statistic_index_id + + varchar - - + + + - - varchar + + - - - + + slug - - + + - - chart_type + + boolean - - + + + - - integer + + - - - + + disabled - - + + - - limit + + boolean - - + + + - - timestamp + + - - - + + monthly_payment - - + + - - created_at + + bigint - - + + + - - timestamp + + - - - + + plan_category_id - - + + - - updated_at + + - - - + + - - - + + integer - - + + + - - statistic_graphs + + - - + + id - - + + + - - + + + - - + + - - integer + + plans - - - + + - - + + - - id + + - - + + - - + + text - - + + + - - varchar + + - - - + + description - - + + - - name + + integer - - + + + - - integer + + - - - + + project_id - - + + - - default_places + + timestamp - - + + + - - text + + - - - + + created_at - - + + - - description + + timestamp - - + + + - - varchar + + - - - + + updated_at - - + + - - slug + + varchar - - + + + - - timestamp + + - - - + + title - - + + - - created_at + + integer - - + + + - - timestamp + + - - - + + step_nb - - + + - - updated_at + + - - + + - - text + + integer - - - + + + - - + + - - characteristics + + id - - + + + - - boolean + + + - - - + + - - + + project_steps - - disabled + + - - - + + - - - + + - - + + - - spaces + + - - + + varchar - - + + + - - + + - - + + email - - integer + + - - - + + varchar - - + + + - - id + + - - + + encrypted_password - - + + - - + + varchar - - varchar + + + - - - + + - - + + reset_password_token - - title + + - - + + timestamp - - text + + + - - - + + - - + + reset_password_sent_at - - description + + - - + + timestamp - - timestamp + + + - - - + + - - + + remember_created_at - - created_at + + - - + + integer - - timestamp + + + - - - + + - - + + sign_in_count - - updated_at + + - - + + timestamp - - integer + + + - - - + + - - + + current_sign_in_at - - availability_id + + - - + + timestamp - - integer + + + - - - + + - - + + last_sign_in_at - - amount + + - - + + varchar - - integer + + + - - - + + - - + + confirmation_token - - nb_total_places + + - - + + timestamp - - integer + + + - - - + + - - + + confirmed_at - - nb_free_places + + - - + + timestamp - - integer + + + - - - + + - - + + confirmation_sent_at - - recurrence_id + + - - + + varchar - - integer + + + - - - + + - - + + unconfirmed_email - - age_range_id + + - - + + integer - - integer + + + - - - + + - - + + failed_attempts - - category_id + + - - - + + varchar - - - + + + - - + + - - events + + unlock_token - - + + - - + + timestamp - - + + + - - bigint + + - - - + + locked_at - - + + - - id + + timestamp - - + + + - - + + - - + + created_at - - varchar + + - - - + + timestamp - - + + + - - gateway_object_id + + - - + + updated_at - - varchar + + - - - + + boolean - - + + + - - gateway_object_type + + - - + + is_allow_contact - - jsonb + + - - - + + integer - - + + + - - metadata + + - - + + group_id - - varchar + + - - - + + varchar - - + + + - - item_type + + - - + + username - - bigint + + - - - + + varchar - - + + + - - item_id + + - - - + + slug - - - + + - - + + boolean - - payment_gateway_objects + + + - - + + - - + + is_active - - + + - - + + varchar - - integer + + + - - - + + - - + + provider - - id + + - - + + varchar - - + + + - - + + - - text + + uid - - - + + - - + + varchar - - description + + + - - + + - - integer + + auth_token - - - + + - - + + timestamp - - project_id + + + - - + + - - timestamp + + merged_at - - - + + - - + + boolean - - created_at + + + - - + + - - timestamp + + is_allow_newsletter - - - + + - - + + inet - - updated_at + + + - - + + - - varchar + + current_sign_in_ip - - - + + - - + + inet - - title + + + - - + + - - integer + + last_sign_in_ip - - - + + - - + + varchar - - step_nb + + + - - - + + - - - + + mapped_from_sso - - + + - - project_steps + + timestamp - - + + + - - + + - - + + validated_at - - + + - - integer + + - - - + + - - + + integer - - id + + + - - + + - - + + id - - + + + - - varchar + + + - - - + + - - + + users - - name + + - - + + - - text + + - - - + + - - + + integer - - description + + + - - + + - - timestamp + + availability_id - - - + + - - + + integer - - created_at + + + - - + + - - timestamp + + tag_id - - - + + - - + + timestamp - - updated_at + + + - - + + - - text + + created_at - - - + + - - + + timestamp - - tags + + + - - + + - - integer + + updated_at - - - + + - - + + - - licence_id + + - - + + integer - - varchar + + + - - - + + - - + + id - - state + + + - - + + + - - varchar + + - - - + + availability_tags - - + + - - slug + + - - + + - - timestamp + + - - - + + - - + + integer - - published_at + + + - - + + - - integer + + amount - - - + + - - + + timestamp - - author_statistic_profile_id + + + - - + + - - tsvector + + due_date - - - + + - - + + varchar - - search_vector + + + - - - + + - - - + + state - - + + - - projects + + jsonb - - + + + - - + + - - + + details - - integer + + - - - + + varchar - - + + + - - id + + - - + + payment_method - - + + - - + + varchar - - integer + + + - - - + + - - + + client_secret - - open_api_client_id + + - - + + bigint - - integer + + + - - - + + - - + + payment_schedule_id - - calls_count + + - - + + bigint - - timestamp + + + - - - + + - - + + invoice_id - - at + + - - + + varchar - - timestamp + + + - - - + + - - + + footprint - - created_at + + - - + + timestamp - - timestamp + + + - - - + + - - + + created_at - - updated_at + + - - - + + timestamp - - - + + + - - + + - - open_api_calls_count_tracings + + updated_at - - + + - - + + - - + + - - integer + + bigint - - - + + + - - + + - - id + + id - - + + + - - + + + - - + + - - varchar + + payment_schedule_items - - - + + - - + + - - name + + - - + + - - text + + - - - + + text - - + + + - - description + + - - - + + query - - - + + - - + + integer - - licences + + + - - + + - - + + statistic_type_id - - + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - id + + - - + + timestamp - - + + + - - + + - - integer + + updated_at - - - + + - - + + varchar - - project_id + + + - - + + - - integer + + field - - - + + - - + + varchar - - component_id + + + - - - + + - - - + + es_index - - + + - - projects_components + + varchar - - + + + - - + + - - + + es_type - - + + - - integer + + - - - + + - - + + integer - - id + + + - - + + - - + + id - - + + + - - integer + + + - - - + + - - + + statistic_custom_aggregations - - wallet_id + + - - + + - - varchar + + - - - + + - - + + integer - - transaction_type + + + - - + + - - integer + + project_id - - - + + - - + + integer - - amount + + + - - + + - - timestamp + + user_id - - - + + - - + + timestamp - - created_at + + + - - + + - - timestamp + + created_at - - - + + - - + + timestamp - - updated_at + + + - - + + - - integer + + updated_at - - - + + - - + + boolean - - invoicing_profile_id + + + - - - + + - - - + + is_valid - - + + - - wallet_transactions + + varchar - - + + + - - + + - - + + valid_token - - integer + + - - - + + - - + + - - id + + integer - - + + + - - + + - - + + id - - integer + + + - - - + + + - - + + - - statistic_profile_id + + project_users - - + + - - integer + + - - - + + - - + + - - training_id + + integer - - + + + - - timestamp + + - - - + + project_id - - + + - - created_at + + integer - - + + + - - timestamp + + - - - + + machine_id - - + + - - updated_at + + - - - + + - - - + + integer - - + + + - - statistic_profile_trainings + + - - + + id - - + + + - - + + + - - integer + + - - - + + projects_machines - - + + - - id + + - - + + - - + + - - + + - - timestamp + + integer - - - + + + - - + + - - created_at + + reservation_id - - + + - - timestamp + + integer - - - + + + - - + + - - updated_at + + event_price_category_id - - - + + - - - + + integer - - + + + - - database_providers + + - - + + booked - - + + - - + + timestamp - - integer + + + - - - + + - - + + created_at - - id + + - - + + timestamp - - + + + - - + + - - integer + + updated_at - - - + + - - + + - - machine_id + + - - + + integer - - integer + + + - - - + + - - + + id - - availability_id + + + - - - + + + - - - + + - - + + tickets - - machines_availabilities + + - - + + - - + + - - + + - - integer + + - - - + + varchar - - + + + - - id + + - - + + name - - + + - - + + timestamp - - varchar + + + - - - + + - - + + created_at - - name + + - - + + timestamp - - varchar + + + - - - + + - - + + updated_at - - status + + - - + + - - timestamp + + - - - + + integer - - + + + - - created_at + + - - + + id - - timestamp + + + - - - + + + - - + + - - updated_at + + custom_assets - - + + - - varchar + + - - - + + - - + + - - providable_type + + - - + + integer - - integer + + + - - - + + - - + + receiver_id - - providable_id + + - - - + + varchar - - - + + + - - + + - - auth_providers + + attached_object_type - - + + - - + + integer - - + + + - - + + - - integer + + attached_object_id - - - + + - - + + integer - - id + + + - - + + - - + + notification_type_id - - + + - - integer + + boolean - - - + + + - - + + - - training_id + + is_read - - + + - - integer + + timestamp - - - + + + - - + + - - availability_id + + created_at - - + + - - timestamp + + timestamp - - - + + + - - + + - - created_at + + updated_at - - + + - - timestamp + + varchar - - - + + + - - + + - - updated_at + + receiver_type - - - + + - - - + + boolean - - + + + - - trainings_availabilities + + - - + + is_send - - + + - - + + jsonb - - integer + + + - - - + + - - + + meta_data - - id + + - - + + - - + + - - + + integer - - varchar + + + - - - + + - - + + id - - key + + + - - + + + - - varchar + + - - - + + notifications - - + + - - label + + - - + + - - timestamp + + - - - + + - - + + varchar - - created_at + + + - - + + - - timestamp + + address - - - + + - - + + varchar - - updated_at + + + - - - + + - - - + + street_number - - + + - - statistic_sub_types + + varchar - - + + + - - + + - - + + route - - + + - - integer + + varchar - - - + + + - - + + - - id + + locality - - + + - - + + varchar - - + + + - - varchar + + - - - + + country - - + + - - name + + varchar - - + + + - - timestamp + + - - - + + postal_code - - + + - - created_at + + varchar - - + + + - - timestamp + + - - - + + placeable_type - - + + - - updated_at + + integer - - + + + - - varchar + + - - - + + placeable_id - - - - - slug - - - - - - - - - - - - - - age_ranges - - - - - - - - - - - - varchar - - - - - - - - - - version - - - - - - - - - - - - - - schema_migrations - - - - - - - availability_id:id - - - wallet_transaction_id:id - - - operator_profile_id:id - - - user_id:id - - - event_id:id - - - machine_id:id - - - invoicing_profile_id:id - - - user_id:id - - - group_id:id - - - statistic_profile_id:id - - - licence_id:id - - - component_id:id - - - group_id:id - - - user_id:id - - - invoice_id:id - - - slot_id:id - - - space_id:id - - - subscription_id:id - - - plan_id:id - - - invoicing_profile_id:id - - - closed_by:id - - - group_id:id - - - training_id:id - - - availability_id:id - - - statistic_profile_id:id - - - machine_id:id - - - availability_id:id - - - user_id:id - - - training_id:id - - - availability_id:id - - - project_id:id - - - reservation_id:id - - - availability_id:id - - - statistic_profile_id:id - - - invoice_item_id:id - - - role_id:id - - - event_theme_id:id - - - project_id:id - - - group_id:id - - - author_statistic_profile_id:id - - - project_id:id - - - tag_id:id - - - user_id:id - - - user_id:id - - - project_id:id - - - group_id:id - - - role_id:id - - - user_id:id - - - category_id:id - - - project_id:id - - - plan_id:id - - - tag_id:id - - - event_price_category_id:id - - - price_category_id:id - - - operator_profile_id:id - - - invoicing_profile_id:id - - - setting_id:id - - - plan_id:id - - - plan_id:id - - - invoice_id:id - - - wallet_transaction_id:id - - - payment_schedule_id:id - - - machine_id:id - - - theme_id:id - - - event_id:id - - - coupon_id:id - - - age_range_id:id - - - payment_schedule_id:id - - - statistic_profile_id:id - - - space_id:id - - - statistic_profile_id:id - - - reservation_id:id - - - project_id:id - - - user_id:id - - - credit_id:id - - - wallet_id:id - - - training_id:id - - - availability_id:id - - - training_id:id - - - user_id:id - - - invoice_id:id - - - availability_id:id - - - invoicing_profile_id:id - - - invoicing_profile_id:id - - - coupon_id:id - - - invoicing_profile_id:id - - - statistic_sub_type_id:id - - - statistic_index_id:id - - - statistic_index_id:id - - - statistic_type_id:id - - - statistic_type_id:id - - - statistic_index_id:id - - - o_auth2_provider_id:id - - - i_calendar_id:id - - - open_api_client_id:id + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + addresses + + + + + + + + + + + + + + + integer + + + + + + + + + + setting_id + + + + + + varchar + + + + + + + + + + value + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + varchar + + + + + + + + + + footprint + + + + + + integer + + + + + + + + + + invoicing_profile_id + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + history_values + + + + + + + + + + + + + + + + + + integer + + + + + + + + + + statistic_index_id + + + + + + varchar + + + + + + + + + + key + + + + + + varchar + + + + + + + + + + label + + + + + + boolean + + + + + + + + + + graph + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + boolean + + + + + + + + + + simple + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + statistic_types + + + + + + + + + + + + + + + date + + + + + + + + + + start_at + + + + + + date + + + + + + + + + + end_at + + + + + + timestamp + + + + + + + + + + closed_at + + + + + + integer + + + + + + + + + + closed_by + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + integer + + + + + + + + + + period_total + + + + + + integer + + + + + + + + + + perpetual_total + + + + + + varchar + + + + + + + + + + footprint + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + accounting_periods + + + + + + + + + + + + + + + + + + varchar + + + + + + + + + + url + + + + + + varchar + + + + + + + + + + name + + + + + + varchar + + + + + + + + + + color + + + + + + varchar + + + + + + + + + + text_color + + + + + + boolean + + + + + + + + + + text_hidden + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + i_calendars + + + + + + + + + + + + + + + + + + varchar + + + + + + + + + + name + + + + + + text + + + + + + + + + + conditions + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + price_categories + + + + + + + + + + + + + + + + + + integer + + + + + + + + + + statistic_index_id + + + + + + varchar + + + + + + + + + + chart_type + + + + + + integer + + + + + + + + + + limit + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + statistic_graphs + + + + + + + + + + + + + + + + + + integer + + + + + + + + + + user_id + + + + + + varchar + + + + + + + + + + first_name + + + + + + varchar + + + + + + + + + + last_name + + + + + + varchar + + + + + + + + + + email + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + invoicing_profiles + + + + + + + + + + + + + + + + + + varchar + + + + + + + + + + value + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + + + + + + + varchar + + + + + + + + + + key + + + + + + + + + + + + + + ar_internal_metadata + + + + + + + + + + + + + + + + + + varchar + + + + + + + + + + es_type_key + + + + + + varchar + + + + + + + + + + label + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + boolean + + + + + + + + + + table + + + + + + boolean + + + + + + + + + + ca + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + statistic_indices + + + + + + + + + + + + + + + + + + varchar + + + + + + + + + + label + + + + + + boolean + + + + + + + + + + required + + + + + + boolean + + + + + + + + + + actived + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + + + + + + + bigint + + + + + + + + + + id + + + + + + + + + + + + + + profile_custom_fields + + + + + + + + + + + + + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + database_providers + + + + + + + + + + + + + + + + + + varchar + + + + + + + + + + gateway_object_id + + + + + + varchar + + + + + + + + + + gateway_object_type + + + + + + varchar + + + + + + + + + + item_type + + + + + + bigint + + + + + + + + + + item_id + + + + + + bigint + + + + + + + + + + payment_gateway_object_id + + + + + + + + + + + + bigint + + + + + + + + + + id + + + + + + + + + + + + + + payment_gateway_objects + + + + + + + + + + + + + + + integer + + + + + + + + + + project_id + + + + + + integer + + + + + + + + + + space_id + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + projects_spaces + + + + + + + + + + + + + + + + + + varchar + + + + + + + + + + name + + + + + + varchar + + + + + + + + + + status + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + varchar + + + + + + + + + + providable_type + + + + + + integer + + + + + + + + + + providable_id + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + auth_providers + + + + + + + + + + + + + + + integer + + + + + + + + + + group_id + + + + + + integer + + + + + + + + + + plan_id + + + + + + varchar + + + + + + + + + + priceable_type + + + + + + integer + + + + + + + + + + priceable_id + + + + + + integer + + + + + + + + + + amount + + + + + + timestamp + + + + + + + + + + created_at + + + + + + timestamp + + + + + + + + + + updated_at + + + + + + integer + + + + + + + + + + duration + + + + + + + + + + + + integer + + + + + + + + + + id + + + + + + + + + + + + + + prices + + + + + + + + + + statistic_profile_id:id + + + proof_of_identity_type_id:id + + + user_id:id + + + statistic_profile_id:id + + + profile_custom_field_id:id + + + tag_id:id + + + user_id:id + + + availability_id:id + + + project_id:id + + + statistic_profile_id:id + + + event_id:id + + + availability_id:id + + + training_id:id + + + reservation_id:id + + + user_id:id + + + payment_schedule_id:id + + + licence_id:id + + + group_id:id + + + invoice_id:id + + + availability_id:id + + + user_id:id + + + credit_id:id + + + age_range_id:id + + + event_theme_id:id + + + payment_schedule_id:id + + + invoicing_profile_id:id + + + training_id:id + + + invoicing_profile_id:id + + + plan_id:id + + + coupon_id:id + + + category_id:id + + + project_id:id + + + prepaid_pack_id:id + + + user_id:id + + + availability_id:id + + + user_id:id + + + invoicing_profile_id:id + + + coupon_id:id + + + invoicing_profile_id:id + + + proof_of_identity_type_id:id + + + training_id:id + + + subscription_id:id + + + invoice_id:id + + + event_id:id + + + group_id:id + + + user_id:id + + + user_id:id + + + plan_category_id:id + + + user_id:id + + + slot_id:id + + + price_category_id:id + + + availability_id:id + + + availability_id:id + + + closed_by:id + + + machine_id:id + + + reservation_id:id + + + training_id:id + + + machine_id:id + + + group_id:id + + + group_id:id + + + setting_id:id + + + invoicing_profile_id:id + + + space_id:id + + + project_id:id + + + tag_id:id + + + statistic_profile_id:id + + + plan_id:id + + + author_statistic_profile_id:id + + + plan_id:id + + + invoice_item_id:id + + + invoicing_profile_id:id + + + group_id:id + + + role_id:id + + + group_id:id + + + invoice_id:id + + + group_id:id + + + user_id:id + + + role_id:id + + + theme_id:id + + + space_id:id + + + event_price_category_id:id + + + machine_id:id + + + invoicing_profile_id:id + + + plan_id:id + + + user_id:id + + + proof_of_identity_refusal_id:id + + + availability_id:id + + + operator_profile_id:id + + + statistic_profile_id:id + + + wallet_transaction_id:id + + + project_id:id + + + component_id:id + + + wallet_id:id + + + statistic_profile_id:id + + + project_id:id + + + operator_profile_id:id + + + wallet_transaction_id:id + + + project_id:id + + + proof_of_identity_type_id:id + + + i_calendar_id:id + + + statistic_type_id:id + + + statistic_sub_type_id:id + + + statistic_index_id:id + + + statistic_type_id:id + + + statistic_index_id:id + + + statistic_index_id:id + + + auth_provider_id:id + + + payment_gateway_object_id:id diff --git a/package.json b/package.json index c37fe099f..cc3f309e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fab-manager", - "version": "5.4.9", + "version": "5.4.10", "description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.", "keywords": [ "fablab", diff --git a/scripts/mount-proof-of-identity-files.sh b/scripts/mount-proof-of-identity-files.sh index d1697e340..54eed737e 100644 --- a/scripts/mount-proof-of-identity-files.sh +++ b/scripts/mount-proof-of-identity-files.sh @@ -22,7 +22,7 @@ add_mount() if [[ ! $(yq eval ".services.$SERVICE.volumes.[] | select (. == \"*proof_of_identity_files\")" docker-compose.yml) ]]; then # change docker-compose.yml permissions for fix yq can't modify file issue chmod 666 docker-compose.yml - yq -i eval ".services.$SERVICE.volumes += [\"\./proof_of_identity_files:/usr/src/app/proof_of_identity_files\"]" docker-compose.yml + yq -i eval ".services.$SERVICE.volumes += [\"./proof_of_identity_files:/usr/src/app/proof_of_identity_files\"]" docker-compose.yml chmod 644 docker-compose.yml fi }