def primary_key_value
#
module Granite::Columns
Direct including types
Defined in:
granite/columns.crInstance Method Summary
- #content_values : Array(Granite::Columns::Type)
-
#from_rs(result : DB::ResultSet) : Nil
Consumes the result set to set self's property values.
- #primary_key_value
- #read_attribute(attribute_name : Symbol | String) : Type
- #set_attributes(hash : Hash(String | Symbol, Type)) : self
- #to_h
Macro Summary
-
column(decl, **options)
Defines a column decl with the given options.
-
timestamps
include created_at and updated_at that will automatically be updated