File: 1_initial.sql

package info (click to toggle)
golang-ariga-atlas 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,676 kB
  • sloc: javascript: 592; sql: 404; makefile: 10
file content (2 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
CREATE SCHEMA IF NOT EXISTS "bc_test";
CREATE TABLE "bc_test"."bc_tbl" ("col" INTEGER NULL);