Displaying 1 result from an estimated 1 matches for "gvk_id".
Did you mean:
vk_id
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
...eate Model & assosciated tables
ruby script/generate model structure
## Configure/Correct the migration file ( 1st in sequence creates
tables)
vi db/migrate/001_create_structures.rb
...
def self.up
create_table :structures do |t|
t.column :amw, :float
t.column :gvk_id, :string
t.column :parent_id, :float
t.column :ism_parent_id, :float
t.column :ref_id, :float
t.column :mechanism_id, :float
t.column :ism, :text
t.column :norm_ism, :text
t.column :coords, :text...