To define a table are needed the Field Names and Fields Types.
We usually use a design diagram before inserting the tables details.
Here 's below an example of design diagram.
When a new field is created it's important to define
The primary Key
The Data Types
How to create relations between the tables.
How to insert data in massive way.
How to insert data manually.
Errors classification.