rails--rails/activerecord/test/fixtures/db_definitions/postgresql2.sql

6 lines
52 B
SQL

CREATE TABLE courses (
id serial,
name text
);