uepg / laravel-sybase

Connection and Laravel Eloquent driver for Sybase
GNU General Public License v2.0
33 stars 16 forks source link

Problem with constraint length of the primary key fixed #43

Closed ghost closed 5 years ago

ghost commented 5 years ago

The constraints of the primary keys no have restrictions to length and that cause problems in migrating, to resolve that, i added a verification in length of the constraint to not pass 30 characters.