kelvinmatheus / account-control-system-api

0 stars 0 forks source link

Feature 2 - Create Legal People Table #4

Closed kelvinmatheus closed 6 years ago

kelvinmatheus commented 6 years ago

This activity aims to create the table juridical_people.

1 - It must have the following fields:

cnpj: string, not null, unique, limit 14
company_name: string, not null, limit 70
fantasy_name: 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

It was started its development.

kelvinmatheus commented 6 years ago

This feature was finished.