Sha256: b2d01f1c06e6f598ca878a95819795bee9c090ccf9bfafcf59a3fc319628ab35
Contents?: true
Size: 305 Bytes
Versions: 115
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
115 entries across 115 versions & 1 rubygems