* @since 1.0.0 */ public const COLUMNS = [ 'test_has_many_directp_id' => ['name' => 'test_has_many_directp_id', 'type' => 'int', 'internal' => 'id'], 'test_has_many_directp_string' => ['name' => 'test_has_many_directp_string', 'type' => 'string', 'internal' => 'string'], 'test_has_many_directp_to' => ['name' => 'test_has_many_directp_to', 'type' => 'int', 'internal' => 'to'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ public const TABLE = 'test_has_many_directp'; /** * Primary field name. * * @var string * @since 1.0.0 */ public const PRIMARYFIELD = 'test_has_many_directp_id'; public const MODEL = ManyToManyDirectModel::class; }