struct Lustra::Model::Introspection::SchemaIndexInfo

Overview

Summary of a database index used by schema_description.

Defined in:

lustra/model/modules/introspection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, definition : String, unique : Bool, primary : Bool) #

[View source]

Instance Method Detail

def definition : String #

[View source]
def flags #

[View source]
def name : String #

[View source]
def primary : Bool #

[View source]
def unique : Bool #

[View source]