BaseDatabaseSchemaEditor.create_model(model) [source]
Creates a new table in the database for the provided model, along with any unique constraints or indexes it requires.
BaseDatabaseSchemaEditor.create_model(model) [source]
Creates a new table in the database for the provided model, along with any unique constraints or indexes it requires.
Please login to continue.