I am just learning SilverStripe, and actually I have problems with the lessons on the silverstripe website.
I have this class:
namespace SilverStripe\Lessons;
use Page;
class ArticlePage extends Page
{
private static $can_be_root = false;
private static $db = [
'Date' => 'Date',
'Teaser' => 'Text',
'Author' => 'Varchar(255)',
];
}
Now that I am in / dev / build, I get this feedback on the build page:

So, what I did next actually commented out the declaration of the $ db array. Then I got this feedback from dev / build:

, , . dev/build , _ . , _, . , _ SilverStripe\Lessons\ArticlePage. , table_name "" table_name ?
, , SilverStripe\Lessons\ArticlePage _
, "2", table_name, , , , . , , , , , , , .
, table_name ArticlePage?
- ?
.