have a table form the second table
class Dzhfeed < Dzxdb
set_table_name "pre_home_feed"
set_primary_key :feedid
end
but this table has another column named 'id' and not a primary_key
I don't know how to create a new Dzhfeed
have a table form the second table
class Dzhfeed < Dzxdb
set_table_name "pre_home_feed"
set_primary_key :feedid
end
but this table has another column named 'id' and not a primary_key
I don't know how to create a new Dzhfeed