File: 1273253853_create_users.rb

package info (click to toggle)
libsequel-ruby 3.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,720 kB
  • ctags: 3,038
  • sloc: ruby: 43,327; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (66)
1
2
3
4
Sequel.migration do
  up{create_table(:sm3333){Integer :smc3}}
  down{drop_table(:sm3333)}
end