提交 b82c9890 编写于 作者: A Amit Rathi

Updated migration files

上级 96c325eb
......@@ -7,7 +7,7 @@ class CreateClustersApplicationsCertManager < ActiveRecord::Migration
def change
create_table :clusters_applications_cert_managers do |t|
t.references :cluster, null: false, unique: true, index: false, foreign_key: { on_delete: :cascade }
t.references :cluster, null: false, index: false, foreign_key: { on_delete: :cascade }
t.integer :status, null: false
t.string :version, null: false
t.string :email, null: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册