So there are a ton of considerations that go into the design of your database table (its records and fields). The temptation in using any computer application is to jump right in and make it work. The quick-start approach works fine with word processors and spreadsheets, but can lead to serious problems if your database is badly planned and designed. A poorly designed table can be repaired through global editing or adding or modifying fields.
Unfortunately, wholesale modification to one table can lead to unexpected disasters, as forms, queries, and reports based on the original table design no longer work as designed. Small wonder that database design professionals often include extra charges for redesign.