Method_create_fk_string(
self,
constraint_name: str,
db_column: str,
table: str,
field: str,
tortoise/backends/oracle/schema_generator.py:97
Method_create_fk_string(
self,
constraint_name: str,
db_column: str,
table: str,
field: str,
tortoise/backends/mssql/schema_generator.py:81
Method_create_fk_string(
self,
constraint_name: str,
db_column: str,
table: str,
field: str,
tortoise/backends/mysql/schema_generator.py:79
Method_create_string(
self,
db_column: str,
field_type: str,
nullable: str,
unique: str,
tortoise/backends/mssql/schema_generator.py:103
Method_get_fk_reference_string(
self,
constraint_name: str,
db_field: str,
table: str,
field: str,
tortoise/migrations/schema_editor/mssql.py:89
Method_get_fk_reference_string(
self,
constraint_name: str,
db_field: str,
table: str,
field: str,
tortoise/migrations/schema_editor/mysql.py:59
Method_get_fk_reference_string(
self,
constraint_name: str,
db_field: str,
table: str,
field: str,
tortoise/migrations/schema_editor/oracle.py:66