Method: PgGraph::Type::Table#super_table
- Defined in:
- lib/pg_graph/type/type.rb
#super_table ⇒ Object
Parent table if this table is a derived table and otherwise nil
159 |
# File 'lib/pg_graph/type/type.rb', line 159 def super_table = record_type.super_record&.table |