This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
hmt
/
sv
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Tree:
d34643fdee
Branches
Tags
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