+

+ + class Avram::Migrator::Columns::PrimaryKeys::StringPrimaryKey + +

+ + + + + + + + + + + + + + + + + + + + +

+ + + + Defined in: +

+ + + + avram/migrator/columns/primary_keys/string_primary_key.cr + + +
+ + + + + + +

+ + + + Constructors +

+ + + + + + + + +

+ + + + Instance Method Summary +

+ + + + +
+ + + +

Instance methods inherited from class Avram::Migrator::Columns::PrimaryKeys::Base

+ + + + build : String + build, + + + + column_type + column_type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Instance methods inherited from class Object

+ + + + blank_for_validates_required? : Bool + blank_for_validates_required? + + + + + + + + + + + + + + +
+ + +

+ + + + Constructor Detail +

+ +
+
+ + def self.new(name : String) + + # +
+ +
+
+ + [View source] + +
+
+ + + + + + + + +

+ + + + Instance Method Detail +

+ +
+
+ + def build : String + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def column_type : String + + # +
+ +
+
+ + [View source] + +
+
+ + + +