How to get auto-increment ID and specify custom column names?
zulhfreelancer opened this issue · 1 comments
zulhfreelancer commented
Hi,
I just ran this command:
$ fake2db --rows 3 --db sqlite --custom name date country
And the result that I got:
I have 2 questions here:
- How do I get auto-increment ID? For example, Francis get id 1 and Robert get id 3?
- How do I rename the custom column names? For example,
full_name
instead ofname
andbirth_date
instead ofdate
.
Thank you in advance for your help. This project is very cool and helpful. 🙂
Greenjiao commented
i think you can rename the field name on the question2