File: 002_create_basic.rb

package info (click to toggle)
ruby-sequel 5.63.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,408 kB
  • sloc: ruby: 113,747; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (7)
1
2
3
4
Sequel.migration do
  no_transaction
  change{create_table(:sm){Integer :smc1}}
end