* @since 1.0.0 */ public const COLUMNS = [ 'test_owns_one_id' => ['name' => 'test_owns_one_id', 'type' => 'int', 'internal' => 'id'], 'test_owns_one_string' => ['name' => 'test_owns_one_string', 'type' => 'string', 'internal' => 'string'], ]; public const TABLE = 'test_owns_one'; public const PRIMARYFIELD ='test_owns_one_id'; }