def primary_key=(primary_key : Bool)
#
class Puerd::Attribute
- Puerd::Attribute
- Reference
- Object
Defined in:
puerd/attribute.crConstructors
Instance Method Summary
- #foreign_key=(foreign_key : Bool)
- #foreign_key? : Bool
- #name : String
- #name=(name : String)
- #nullable=(nullable : Bool)
- #nullable? : Bool
- #primary_key=(primary_key : Bool)
- #primary_key? : Bool
- #to_s(io)
- #unique=(unique : Bool)
- #unique? : Bool