from django.db import models

class NormalTextField(models.Field):		
	def db_type(self):
		return 'text'