Cross Reference: 20150715081860_create_sine_axiom_selections.rb
xref
: /
ontohub
/
db
/
migrate
/
20150715081860_create_sine_axiom_selections.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
class
CreateSineAxiomSelections
<
ActiveRecord
::
Migration
def
change
create_table
:
sine_axiom_selections
do
|t|
t.integer
:
commonness_threshold
t.integer
:
depth_limit
t.float
:
tolerance
t.timestamps
end
end
end