Sha256: ac660be7a8f99035d7077f2c453f144529b3dc5785fa03d2517c9504d9bc9280
Contents?: true
Size: 305 Bytes
Versions: 45
Compression:
Stored size: 305 Bytes
Contents
Sequel.migration do change do create_table(:labels, charset: "utf8") do String :name foreign_key :pacticipant_id, :pacticipants primary_key [:pacticipant_id, :name], name: :labels_pk DateTime :created_at, null: false DateTime :updated_at, null: false end end end
Version data entries
45 entries across 45 versions & 1 rubygems