This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
hmt
/
sv
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Albero (Tree):
54013313f2
Rami (Branch)
Tag
master
sv
/
migrations
/
09_nachname.rb
09_nachname.rb
86 B
Cronologia
Originale
1
2
3
4
5
Sequel.migration do
change do
add_column :schueler, :nachname, String
end
end