Cross Reference:
xref
: /
ontohub
/
db
/
migrate
/
20150409051349_create_tactic_script_extra_options.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20150409051349_create_tactic_script_extra_options.rb revision 54902f4ae3e2890f79caa066c860fc5e6fc67acc
class
CreateTacticScriptExtraOptions
<
ActiveRecord
::
Migration
def
change
create_table
:
tactic_script_extra_options
do
|t|
t.references
:
tactic_script
,
index
:
true
,
null
:
false
t.text
:
option
,
null
:
false
t.timestamps
end
end
end