Displaying 1 result from an estimated 1 matches for "ism_parent_id".
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
...igure/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
t.column :cflag, :float
t.column :vis, :text
t.colum...