mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 03:07:32 +00:00
Merge pull request #1147 from derrickmehaffy/fix1144
Update Strapi-Bookshelf to create enumeration columns
This commit is contained in:
commit
5b07acb7a6
@ -343,6 +343,7 @@ module.exports = function(strapi) {
|
|||||||
type = 'text';
|
type = 'text';
|
||||||
break;
|
break;
|
||||||
case 'string':
|
case 'string':
|
||||||
|
case 'enumeration':
|
||||||
case 'password':
|
case 'password':
|
||||||
case 'email':
|
case 'email':
|
||||||
type = 'varchar(255)';
|
type = 'varchar(255)';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user