File: table.sql

package info (click to toggle)
libtext-vimcolor-perl 0.11-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 172 kB
  • ctags: 32
  • sloc: perl: 430; xml: 12; ansic: 9; sql: 3; makefile: 2; sh: 1
file content (3 lines) | stat: -rw-r--r-- 46 bytes parent folder | download
1
2
3
create table foo (
    id integer not null
);