Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1300563
20151028171930_create_job_templates.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
Wed, Nov 19, 2:21 PM
Size
293 B
Mime Type
text/x-ruby
Expires
Fri, Nov 21, 2:21 PM (4 h, 7 m)
Engine
blob
Format
Raw Data
Handle
294859
Attached To
rARCHIVING archiving
20151028171930_create_job_templates.rb
View Options
class
CreateJobTemplates
<
ActiveRecord
::
Migration
def
change
create_table
:job_templates
do
|
t
|
t
.
string
:name
,
null
:
false
t
.
integer
:job_type
,
limit
:
1
t
.
integer
:host_id
t
.
integer
:fileset_id
t
.
integer
:schedule_id
t
.
timestamps
end
end
end
Event Timeline
Log In to Comment