CharField: Short text (up to 255 characters)
TextField: Long text (unlimited length)
IntegerField: Whole numbers
BooleanField: True/False values
DateField: Date only (YYYY-MM-DD)
DateTimeField: Date and time
ForeignKey: Link to another model (one-to-many)
OneToOneField: Unique link to another model
ManyToManyField: Multiple links to another model