Displaying 1 result from an estimated 1 matches for "adjusted_close".
2006 Jan 19
3
Migrating from Mysql to PostgreSQL
...e
t.column "open", :float, :limit => 10
t.column "high", :float, :limit => 10
t.column "low", :float, :limit => 10
t.column "close", :float, :limit => 10
t.column "volume", :integer, :limit => 20
t.column "adjusted_close", :float, :limit => 10, :default => 0.0
t.column "rate_of_return", :float, :limit => 10, :default => 0.0
t.column "ticker", :string, :limit => 10, :default => "", :null => false
t.column "profile_id", :integer, :limit =&g...