struct

Avram::Database::TableInfo

Inherits Struct < Value < Object

Constructors

new(table_name : String, table_type : String, table_schema : String)
Source

Instance methods

column(name : String) : ColumnInfo | Nil
Source
column?(name : String) : Bool
Source
column_names
Source
columns
Source
migrations_table?
Source
table?
Source
table_name
Source
table_schema
Source
table_type
Source
view?
Source