Sha256: 70166df6cda5a848efd6be0f49d1b30cb1f26a62839a72c1a7fd97de09c5559a

Contents?: true

Size: 50 Bytes

Versions: 8

Compression:

Stored size: 50 Bytes

Contents

CREATE TABLE courses (
  id serial,
  name text
);

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
activerecord-1.0.0 test/fixtures/db_definitions/postgresql2.sql
activerecord-1.1.0 test/fixtures/db_definitions/postgresql2.sql
activerecord-1.2.0 test/fixtures/db_definitions/postgresql2.sql
activerecord-1.3.0 test/fixtures/db_definitions/postgresql2.sql
activerecord-1.4.0 test/fixtures/db_definitions/postgresql2.sql
activerecord-1.6.0 test/fixtures/db_definitions/postgresql2.sql
activerecord-1.5.1 test/fixtures/db_definitions/postgresql2.sql
activerecord-1.5.0 test/fixtures/db_definitions/postgresql2.sql