但是现在我想将我的模型添加到应用程序中,但是我在创建数据库时遇到了连接问题public class Note public int Id {= new Note { Id = 1, Text = "this is the text", Done = 0 };
db.Note.Add(note);当我使登录一切都很完美时,它会为用户创建数据库。但是当
我正在阅读Michael编写的Rails教程,并继续阅读。但是,当我尝试做一些测试时,我遇到了一些问题。/media/Data.II/Dropbox/Web Development/odin-project/3. Ruby on Rails/twitter-clone/db/schema.rb doesn't exist yet. Run `rake db:migrate` to create it, then try again. If you do not inten