Displaying 1 result from an estimated 1 matches for "fa_module_id".
2010 Mar 11
0
Migration Help
Hi,
I need to create a migration that will populate data in my table.
Table is like
Column table
(id, column_name, fa_module_id)
column_name stores column name of the tables existing in our database
for example I have a table
Customer(id, first_name, last_name, age)
then each row of Columns table can be used to store a single column
information for the customer module
one row can be
(id = 1, column_name = "first_na...