For the second time: please quote when replying!

Simão Freitas wrote:
> I fixed the problem of the "disappearing tables" with the following code 
> in environment.rb:
> 
> config.active_record.schema_format = :sql
> 
> The problem was with some datatypes not recognized by rails (BIT(1) and 
> (YEAR(4)) I guess. All works fine now.

In most cases, if you have to use schema_format = :sql, something is 
wrong.

> 
> But I'll do what you recommend and start using migrations!
> 
> Again, I can't thank you enough! Thanks a lot!

You're welcome!

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to