So I tried:
Player.columns
But unlike AR, which gives a structure that reflects the DB table
(type, not null, precision, etc). It's just a list of names.
What can I use to inspect the table structure? I tried
puts Player.methods.sort.join(', ')
But nothing jumped out at me. Obviously Sequel is doing a DESCRIBE
and storing that somewhere.
Thanks,
Nate
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sequel-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/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---