This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
hmt
/
sv
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Strom:
4c527c2fb8
Větve
Značky
master
sv
/
migrations
/
03_info.rb
03_info.rb
85 B
Historie
Surový
1
2
3
4
5
6
7
Sequel.migration do
change do
add_column :schueler, :info, Integer
end
end