Initial commit
This commit is contained in:
11
db/migrate/20200228144628_create_downloads.rb
Normal file
11
db/migrate/20200228144628_create_downloads.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateDownloads < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
create_table :downloads do |t|
|
||||
t.references :project
|
||||
t.string :name
|
||||
t.string :release_type
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user