class PlainColumnCreate

Defined in:

dbschema2X/gencreateanddbdef.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def col_name : String #

[View source]
def col_name=(col_name : String) #

[View source]
def default_value : String | Nil #

[View source]
def default_value=(default_value : String | Nil) #

[View source]
def is_indexed : String | Nil #

[View source]
def is_indexed=(is_indexed : String | Nil) #

[View source]
def is_optional : String | Nil #

[View source]
def is_optional=(is_optional : String | Nil) #

[View source]
def is_ordererd : String | Nil #

[View source]
def is_ordererd=(is_ordererd : String | Nil) #

[View source]
def is_unique : String | Nil #

[View source]
def is_unique=(is_unique : String | Nil) #

[View source]
def sql_attributes : String #

[View source]
def sql_attributes=(sql_attributes : String) #

[View source]