Displaying 1 result from an estimated 1 matches for "step_info".
Did you mean:
stepinfo
2005 Mar 03
2
table lookup?
Ok, I''ve been messing with ror for a few days, but I''m stumped here.
Here are my tables.
CREATE TABLE `steps` (
`id` int(10) unsigned NOT NULL auto_increment,
`step_infos_id` int(10) unsigned NOT NULL default ''0'',
`translator_id` int(10) unsigned NOT NULL default ''0'',
`Sequence` int(11) NOT NULL default ''0'',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `dt_test`.`step_i...