File: 001_create_alt_basic.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-- 97 bytes parent folder | download | duplicates (26)
1
2
3
4
Sequel.migration do
  up{create_table(:sm11111){Integer :smc1}}
  down{drop_table(:sm11111)}
end