struct Lustra::Model::Introspection::SchemaDescription

Overview

Full table snapshot combining columns and indexes.

Defined in:

lustra/model/modules/introspection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(schema : String, table : String, columns : Array(SchemaColumnInfo), indexes : Array(SchemaIndexInfo)) #

[View source]

Instance Method Detail


[View source]

[View source]
def schema : String #

[View source]
def table : String #

[View source]