Displaying 1 result from an estimated 1 matches for "employer_name".
Did you mean:
employee_name
2006 Apr 24
0
Updating a form containing array of text fields with has_many/belongs_to relation?
...+-----+------------+-----------+
| id | first_name | last_name |
+-----+------------+-----------+
| 711 | Patrick | Stewart |
| 714 | Larry | Davis |
mysql> select * from employers limit 5;
+----+----------+--------------------+--------------------------+--------+
| id | user_id | employer_name | position | months |
+----+----------+--------------------+--------------------------+--------+
| 1 | 711 | Test Company | Administrative Assistant | 12 |
| 2 | 711 | Company 2 | Recruiter |
15|
| 3 | 711 | Apple...