aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/db22.sql
blob: dc4f9ed364f137cb0b6cac9c98676c1fa94fc46a (plain) (blame)
1
2
3
4
CREATE TABLE courses (
 id int NOT NULL PRIMARY KEY,
 name varchar(255) NOT NULL
);