普通にschema pluginを使ってモデルを定義していましたが、 リファレンスを見るとschemaはテスト向けの変更の予定が無いDB向けで、 普通はmigrationを使ってね、と書いてありました This plugin is mostly suited to test code. If there is any chance that your application’s schema could change, you should be using the migration extension instead. Sequel: The Database Toolkit for Ruby Sequel::Plugins::Schema PLAIN TEXT RUBY: # db/migrate/001_create_posts.rb class CreatePosts <S