File: 001_create_alt_basic.rb

package info (click to toggle)
ruby-sequel 5.41.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,548 kB
  • sloc: ruby: 104,241; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (7)
1
2
3
4
Sequel.migration do
  transaction
  change{create_table(:sm11111){Integer :smc1}}
end