"Gaetan de Menten" <[EMAIL PROTECTED]> writes:

> I fail to understand what you want to do. Do you want to reflect the
> table from the database or you want it created by Elixir?
>
> In the first case, you need to specify the autoload option to your
> entity, as in:
>     using_options(autoload=True)
>
> In the second case, your code is missing a "create_all()" which will
> actually create the table in the database.

Can't he explicitly specify column names and use an already existing
table?  If he can, then his code isn't missing anything.


-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" 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/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to