rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
968 stars 558 forks source link

Fix foreign key tests #1097

Closed aidanharan closed 9 months ago

aidanharan commented 9 months ago

Fixed schema statements so that the Rails activerecord/test/cases/migration/foreign_key_test.rb tests pass. Included adding support for composite foreign keys.