Skip to content

Instantly share code, notes, and snippets.

@eldewall
Last active December 12, 2015 05:29
Show Gist options
  • Save eldewall/4722482 to your computer and use it in GitHub Desktop.
Save eldewall/4722482 to your computer and use it in GitHub Desktop.
// Koppling
suggestion
- id
- message
- submitted_by
- submitted_date
- approved_by
- approved_date
model_suggestion
- id
- suggestion_id
- identification
- brand_id
- model
version_suggestion
- id
- suggestion_id
- identification
- model_id
- version
// FLAT
suggestion
- id
- identification
- message
- brand_id
- model_id
- model
- version
- submitted_by
- submitted_date
- approved_by
- approved_date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment