1
0

13_lehrer_info.rb 82 B

1234567
  1. Sequel.migration do
  2. change do
  3. add_column :lehrer, :info, String
  4. end
  5. end