Emiliyan Rashev
Results
1
comments of
Emiliyan Rashev
Having the same issue, where the tables are created in alphabetical order and this creates conflicts: ``` class ExpenseType(models.Model): name = models.CharField(max_length=15, unique=True) position = models.IntegerField( unique=True, help_text="Column position in...