class CreateStudents < ActiveRecord::Migration[8.0] def change create_table :students do |t| t.string :name t.string :school t.integer :standard t.string :place t.timestamps end end end