Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F888060
20151112212531_create_ownerships.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Aug 10, 8:55 AM
Size
252 B
Mime Type
text/x-ruby
Expires
Tue, Aug 12, 8:55 AM (13 h, 47 m)
Engine
blob
Format
Raw Data
Handle
229383
Attached To
rARCHIVING archiving
20151112212531_create_ownerships.rb
View Options
class
CreateOwnerships
<
ActiveRecord
::
Migration
def
up
create_table
:ownerships
do
|
t
|
t
.
integer
:user_id
,
index
:
true
t
.
integer
:host_id
,
index
:
true
t
.
timestamps
end
end
def
down
drop_table
:ownerships
end
end
Event Timeline
Log In to Comment