root/trunk/vendor/rails/activerecord/test/fixtures/db_definitions/sqlserver2.sql @ 58

Revision 58, 85 bytes (checked in by dema, 7 years ago)

Updating to Rails 1.1.2

Line 
1CREATE TABLE courses (
2 id int NOT NULL PRIMARY KEY,
3 name varchar(255) NOT NULL
4);
5
Note: See TracBrowser for help on using the browser.