File: 1273253853_3_create_users.rb

package info (click to toggle)
ruby-sequel 5.97.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,188 kB
  • sloc: ruby: 123,115; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (75)
1
2
3
4
Sequel.migration do
  up{create_table(:sm3333){Integer :smc3}}
  down{drop_table(:sm3333)}
end