kelvinmatheus / account-control-system-api

0 stars 0 forks source link

Feature 1 - Create Legal People Table #1

Closed kelvinmatheus closed 6 years ago

kelvinmatheus commented 6 years ago

This activity aims to create the table legal_people.

1 - It must have the following fields:

cpf: string, not null, unique, limit 11
name: string, not null, limit 70
birthdate: date, not null

2 - It needs to be tested 3 - It must be versioned. It version control must be part of the URL. 4 - It must have the subdomain api to identify the application as an API.

kelvinmatheus commented 6 years ago

Feature created as requested.