Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461939
20161126164445_create_simple_configurations_table.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, May 18, 7:14 PM
Size
322 B
Mime Type
text/x-ruby
Expires
Tue, May 20, 7:14 PM (1 d, 7 h)
Engine
blob
Format
Raw Data
Handle
220476
Attached To
rARCHIVING archiving
20161126164445_create_simple_configurations_table.rb
View Options
class
CreateSimpleConfigurationsTable
<
ActiveRecord
::
Migration
def
change
create_table
:simple_configurations
do
|
t
|
t
.
integer
:host_id
t
.
integer
:day
,
limit
:
1
,
null
:
false
t
.
integer
:hour
,
limit
:
1
,
null
:
false
t
.
integer
:minute
,
limit
:
1
,
null
:
false
t
.
timestamps
end
end
end
Event Timeline
Log In to Comment