我正在做一个Rails课程,我正在尝试删除一个投资组合项目,但是它给了我一个错误。这是错误。
ActiveRecord::InvalidForeignKey in PortfoliosController#destroy
PG::ForeignKeyViolation: ERROR: update or delete on table "portfolios" violates foreign key constraint "fk_rails_cc5ab4a1c3" on table "technologies" DETAIL: Key (i
我正在做我的第一项“奥特里”项目,我对所有超出简单调查内容的东西都感到非常兴奋。
我有一个输入页面,玩家必须决定他想投资多少点。他投资的点数应该会影响获得回报的可能性。我的输入变量:
points = models.IntegerField(
label="How many points would you like to invest?",
choices=[
[0, "None"],