instiki/vendor/rails/activerecord/test/fixtures/db_definitions/postgresql2.sql

6 lines
52 B
MySQL
Raw Normal View History

2007-01-22 14:43:50 +01:00
CREATE TABLE courses (
id serial,
name text
);