How to correctly rewrite a query to display the database structure or, in this case, a specific table?
Now $test returns 1 $test = ORM::raw_execute('DESCRIBE data');
Well, you just wrote it,
or
https://dev.mysql.com/doc/refman/5.7/en/describe.html
describe data has nothing to do with records in the table - it's not an object, and you won't make any RM with it