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

5 lines
63 B
SQL

CREATE TABLE courses (
id serial primary key,
name text
);