Database Structure: Tables, fields, and records

Article • 4/10/2026 • 1 min read

Made2Manage stores data in an SQL database, organized s in a hierarchal structure. This structure consists of three main components:

Field type

TypeCan Contain
Character (C)Any alphanumeric character.
Number (N)Real number.
Date (D)Dates in several formats.
Logical (L)T (true), or F (false).
Memo (M)Holds free-form text data.
Date/Time (T)Dates and times in several formats.
Currency (Y)Currency.
Integer (I)Whole numbers.