Sha256: cf5b901766aaf79dcd4a9cf59819c7ca104af982f685c1bcef1c71c555b39139
Contents?: true
Size: 245 Bytes
Versions: 2
Compression:
Stored size: 245 Bytes
Contents
class CreateWaymoSlomos < ActiveRecord::Migration[6.0] def change create_table :waymo_slomos do |t| t.integer :banal_brainstorm_id t.timestamps end add_index :waymo_slomos, :banal_brainstorm_id, unique: true end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
jester-data-8.0.0 | db/migrate/20190919190540_create_waymo_slomos.rb |
ezii-os-5.2.1 | db/migrate/20190919190540_create_waymo_slomos.rb |