This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was originally auto-generated by Django's inspectdb command. | |
# The following changes were made manually: | |
# | |
# - Made the ids AutoFields (since they are defined as AUTOINCREMENT) | |
# - Renamed models to be singular | |
# - Added verbose_name_plural if necessary | |
# - Added ForeignKeys | |
# - Removed _id suffix on field name | |
# - Added target model | |
# - Added on_delete argument based on whether or not NULL is allowed |