This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
hmt
/
sv
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Árbore:
6fe16a5e42
Ramas
Etiquetas
master
sv
/
migrations
/
03_info.rb
03_info.rb
85 B
Histórico
Raw
1
2
3
4
5
6
7
Sequel.migration do
change do
add_column :schueler, :info, Integer
end
end