Изменил seq у 1 модели в бд, так как не работает create.
This commit is contained in:
parent
a233bbf903
commit
f66cceeadd
@ -9,7 +9,7 @@ from db.models.base import Base
|
||||
class ExperimentParameters(Base):
|
||||
__tablename__ = 'experiment_parameters'
|
||||
|
||||
id: Mapped[int] = mapped_column(Identity(start=11, cycle=True),
|
||||
id: Mapped[int] = mapped_column(Identity(start=1100, cycle=True),
|
||||
primary_key=True)
|
||||
outer_blades_count: Mapped[int]
|
||||
outer_blades_length: Mapped[float]
|
||||
|
Loading…
Reference in New Issue
Block a user