6 lines
149 B
6 lines
149 B
5 years ago
|
class AddIsJupyterForShixuns < ActiveRecord::Migration[5.2]
|
||
|
def change
|
||
|
add_column :shixuns, :is_jupyter, :boolean, :default => false
|
||
|
end
|
||
|
end
|