Class: DbdocEngine::DbDesignDynamicColumn
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- DbdocEngine::DbDesignDynamicColumn
- Includes:
- Concerns::SoftDeletable
- Defined in:
- app/models/dbdoc_engine/db_design_dynamic_column.rb
Constant Summary collapse
- RELATIONSHIP_ONE_TO_ONE =
Constants for relationship types
'one_to_one'.freeze
- RELATIONSHIP_ONE_TO_MANY =
'one_to_many'.freeze
- RELATIONSHIP_MANY_TO_ONE =
'many_to_one'.freeze
- RELATIONSHIP_MANY_TO_MANY =
'many_to_many'.freeze
- RELATIONSHIP_TYPES =
[RELATIONSHIP_ONE_TO_ONE, RELATIONSHIP_ONE_TO_MANY, RELATIONSHIP_MANY_TO_ONE, RELATIONSHIP_MANY_TO_MANY].freeze