[DATABASE] Changed the type of the 'id' field of the ProfileList table from serial to int, as doctrine complains otherwise
This commit is contained in:
@@ -79,8 +79,6 @@ class SchemaDefDriver extends StaticPHPDriver
|
||||
'options' => ['comment' => $schema['description'] ?? ''],
|
||||
]);
|
||||
|
||||
echo "{$class_name}\n";
|
||||
|
||||
foreach ($schema['fields'] as $name => $opts) {
|
||||
// TODO
|
||||
// Convert old to new types
|
||||
|
Reference in New Issue
Block a user