Skip to content

Instantly share code, notes, and snippets.

@andrewalker
Last active December 17, 2015 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewalker/5576112 to your computer and use it in GitHub Desktop.
Save andrewalker/5576112 to your computer and use it in GitHub Desktop.
Meu projeto inicial do DB
user
name
email
login
password
user_role
user
role
role
name [ company / admin / ... ]
company
name_in_url [ perlpro.com.br/empresa/<insira url da sua empresa aqui>]
name
description
image
balance [ usado apenas em exceções, para empresas com crédito inicial ]
company_feed [ atualizações privadas da empresa, para informação da própria empresa e dos administradores do PerlPro ]
id
company
happened_at [ timestamp do momento que aconteceu este registro no feed de notícias ]
type [ new-job / remove-job / update-job / promote-job / update-profile / ... ]
content [ job id / o que foi atualizado no perfil / ... ]
promotion
id
job
date_begin
date_end
status [ expired / active / pending payment / payment failed / canceled ]
job
id
datetime
company
title
description
salary
location
telecommute [ telecommute / in loco / somewhere in between ]
hours [ full time / part time / x hours ]
contract [ intern / CLT / PJ / etc ]
vacancies
status [ active / canceled / ... ]
attribute
job
required_or_desired
attribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment