Check if a table exists in Rails

后端 未结 5 557
旧时难觅i
旧时难觅i 2021-01-29 19:35

I have a rake task that won\'t work unless a table exists. I\'m working with more than 20 engineers on a website so I want to make sure they have migrated the table before they

5条回答
  •  你的背包
    2021-01-29 20:14

    even if table is not exists:

    model Kitten, expected table kittens rails 3:

    Kitten.table_exists? #=> false

提交回复
热议问题