Primary Keys
primary_key helper
primary_key helperclass Product
include Clear::Model
self.table = "products"
primary_key name: "product_id", type: :uuid
endcolumn id : Int64, primary: true, presence: falseLast updated
primary_key helperclass Product
include Clear::Model
self.table = "products"
primary_key name: "product_id", type: :uuid
endcolumn id : Int64, primary: true, presence: falseLast updated