Sha256: d5d6fe9bea8d95a379b1478a2465745c6d49597959e4eb1805e3871ec7d98e7b

Contents?: true

Size: 434 Bytes

Versions: 2

Compression:

Stored size: 434 Bytes

Contents

--$ the other files should be ignored, and this should be the only one that is
--$ executed

create table accounts (
  id integer primary key autoincrement,
  balance float, 
  name text
);

create table users (
  id integer primary key autoincrement, 
  name text,
  email text,
  bio text
);

create table randomness (
  id integer primary key autoincrement, 
  name text,
  surname text,
  weight float,
  is_superhero boolean
);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
turntables-1.0.3 spec/data/sql-seq-and-mono/mono/3.sql
turntables-1.0.1 spec/data/sql-seq-and-mono/mono/3.sql