* @since 1.0.0 */ public const COLUMNS = [ 'test_has_many_direct_id' => ['name' => 'test_has_many_direct_id', 'type' => 'int', 'internal' => 'id'], 'test_has_many_direct_string' => ['name' => 'test_has_many_direct_string', 'type' => 'string', 'internal' => 'string'], 'test_has_many_direct_to' => ['name' => 'test_has_many_direct_to', 'type' => 'int', 'internal' => 'to'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ public const TABLE = 'test_has_many_direct'; /** * Primary field name. * * @var string * @since 1.0.0 */ public const PRIMARYFIELD = 'test_has_many_direct_id'; }