Associations
| # |
name |
type |
class_name |
| 1 |
Projects |
has_many |
Project
|
Table structure
| # |
column_name |
type |
| 1 |
id |
integer |
| 2 |
firstname |
string |
| 3 |
familyname |
string |
| 4 |
sex |
string |
| 5 |
created_at |
datetime |
| 6 |
updated_at |
datetime |
Associations
| # |
name |
type |
class_name |
| 1 |
Comments |
has_many |
|
Table structure
| # |
column_name |
type |
| 1 |
id |
integer |
| 2 |
created_at |
datetime |
| 3 |
updated_at |
datetime |
| 4 |
user_id |
integer |
Associations
| # |
name |
type |
class_name |
| 1 |
Comments |
has_many |
|
Table structure
| # |
column_name |
type |
| 1 |
id |
integer |
| 2 |
created_at |
datetime |
| 3 |
updated_at |
datetime |
Associations
| # |
name |
type |
class_name |
| 1 |
Comments |
has_many |
|
Table structure
| # |
column_name |
type |
| 1 |
id |
integer |
| 2 |
created_at |
datetime |
| 3 |
updated_at |
datetime |