sampoyigi
Thank you for your reply. It was really helpful and I got the tables created in the database.
When migrating drop_stale_unsed_columns, I got the following errors:
In Connection.php line 669
SQLSTATE[42000]: Syntax error or access violation: 1072 Key column ‘type’ does not exist in table (SQL : alter table ‘ti_extensions’ drop ‘type’, drop ‘data’, drop ‘serialized’, drop ‘status’, drop ‘title’)
In PDOStatement.php line 107:
SQLSTATE[42000]: Syntax error or access violation: 1072 Key column ‘type’ does not exist in table
In PDOStatement.php line 105:
SQLSTATE[42000]: Syntax error or access violation: 1072 Key column ‘type’ does not exist in table
Please help in this regard with your expert opinion.